System.Collections.Specialized.StringCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : string
index int
return string
        public string this[int index] { get { throw null; } set { } }
        public object SyncRoot { get { throw null; } }

Same methods

StringCollection::this ( int index ) : objectSystem.Collections.IList.