Ejemplo n.º 1
0
 public ValueCollection(AttributeDictionary attributes)
 {
     _attributes = attributes;
 }
Ejemplo n.º 2
0
                public Enumerator(AttributeDictionary attributes)
                {
                    _attributes = attributes;

                    _index = -1;
                }
Ejemplo n.º 3
0
 public KeyCollection(AttributeDictionary attributes)
 {
     _attributes = attributes;
 }