NameObjectCollectionBase.KeysCollection overview
Count
Supported by the .NET Compact Framework. |
Gets the number of keys in the NameObjectCollectionBase.KeysCollection. |
Item |
Gets the entry at the specified index of the collection.
In C#, this property is the indexer for the NameObjectCollectionBase.KeysCollection class. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
Get
Supported by the .NET Compact Framework. |
Gets the key at the specified index of the collection. |
GetEnumerator
Supported by the .NET Compact Framework. |
Returns an enumerator that can iterate through the NameObjectCollectionBase.KeysCollection. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
| ICollection.CopyTo | Copies the entire NameObjectCollectionBase.KeysCollection to a compatible one-dimensional Array, starting at the specified index of the target array. |
| System.Collections.ICollection.IsSynchronized | Gets a value indicating whether access to the NameObjectCollectionBase.KeysCollection is synchronized (thread-safe). |
| System.Collections.ICollection.SyncRoot | Gets an object that can be used to synchronize access to the NameObjectCollectionBase.KeysCollection. |
NameObjectCollectionBase.KeysCollection Class | System.Collections.Specialized Namespace