System.Collections.Specialized.StringCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : objectSystem.Collections.IList.
index int
Résultat objectSystem.Collections.IList.
        object System.Collections.IList.this[int index] { get { throw null; } set { } }
        public int Add(string value) { throw null; }

Same methods

StringCollection::this ( int index ) : string