System.Collections.Specialized.StringCollection.this C# (CSharp) Метод

this() публичный Метод

public this ( int index ) : objectSystem.Collections.IList.
index int
Результат 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