Exemplo n.º 1
0
 /*----------------------------------------------------------------------------------------*/
 bool ITypedCollection <string, IParameter> .Has <T>(string key)
 {
     return(_collection.Has <T>(key));
 }