class NameObjectCollectionBase.KeysCollection
in global :: System . Collections . Specialized
Represents a collection of the keys of a collection.
public int Count { get; }
Gets the number of keys in the .
- Returns The number of keys in the .
public string Get( int index )
Gets the key at the specified index of the collection.
indexThe zero-based index of the key to get from the collection.- Returns A that contains the key at the specified index of the collection.
public string Item { get; }
😔 No documentation found.
public IEnumerator GetEnumerator( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.