NameObjectCollectionBase.KeysCollection Class
Represents a collection of the String keys of a collection.
For a list of all members of this type, see NameObjectCollectionBase.KeysCollection Members.
System.Object
System.Collections.Specialized.NameObjectCollectionBase.KeysCollection
[Visual Basic] <Serializable> Public Class NameObjectCollectionBase.KeysCollection Implements ICollection, IEnumerable [C#] [Serializable] public class NameObjectCollectionBase.KeysCollection : ICollection, IEnumerable [C++] [Serializable] public __gc class NameObjectCollectionBase.KeysCollection : public ICollection, IEnumerable [JScript] public Serializable class NameObjectCollectionBase.KeysCollection implements ICollection, IEnumerable
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This implementation does not provide a synchronized (thread-safe) wrapper for a NameObjectCollectionBase.KeysCollection, but derived classes can create their own synchronized versions of the NameObjectCollectionBase.KeysCollection using the SyncRoot property.
Enumerating through a collection is intrinsically not a thread-safe procedure. Even when a collection is synchronized, other threads could still modify the collection, which causes the enumerator to throw an exception. To guarantee thread safety during enumeration, you can either lock the collection during the entire enumeration or catch the exceptions resulting from changes made by other threads.
Requirements
Namespace: System.Collections.Specialized
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System (in System.dll)
See Also
NameObjectCollectionBase.KeysCollection Members | System.Collections.Specialized Namespace