System.ComponentModel.AttributeCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : Attribute
index int
Résultat System.Attribute
        public virtual Attribute this[int index] 
        {
            get 
            {
                return _attributes[index];
            }
        }

Same methods

AttributeCollection::this ( Type attributeType ) : Attribute