System.Collections.SortedList.KeyList.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : Object
index int
Résultat Object
            public virtual Object this[int index]
            {
                get
                {
                    return _sortedList.GetKey(index);
                }
                set
                {
                    throw new NotSupportedException(SR.NotSupported_KeyCollectionSet);
                }
            }