System.CodeDom.CodeAttributeArgumentCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : CodeAttributeArgument
index int
Résultat CodeAttributeArgument
        public CodeAttributeArgument this[int index] {
            get {
                return ((CodeAttributeArgument)(List[index]));
            }
            set {
                List[index] = value;
            }
        }