Exemplo n.º 1
0
 public SmartAttribute this[SmartAttributeType v]
 {
     get
     {
         return(this.attributes[v]);
     }
 }
Exemplo n.º 2
0
 public SmartAttribute this[SmartAttributeType v] => _attributes[v];