예제 #1
0
 /*----------------------------------------------------------------------------------------*/
 T ITypedCollection <string, IParameter> .GetOne <T>()
 {
     return(_collection.GetOne <T>());
 }