Esempio n. 1
0
 /*----------------------------------------------------------------------------------------*/
 T ITypedCollection <string, IParameter> .Get <T>(string key)
 {
     return(_collection.Get <T>(key));
 }