Ejemplo n.º 1
0
 /// <inheritdoc cref="Properties.Contains"/>
 public bool Contains(string key)
 {
     return(properties.Contains(key));
 }