System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : String
index int
return String
            public String this[int index]
            {
                get
                {
                    return Get(index);
                }
            }

Same methods

NameObjectCollectionBase.KeysCollection::this ( int index ) : string