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