class NameObjectCollectionBase
in global :: System . Collections . Specialized
Provides the base class for a collection of associated keys and values that can be accessed either with the key or with the index.
public int Count { get; }
Gets the number of key/value pairs contained in the instance.
- Returns The number of key/value pairs contained in the instance.
public void GetObjectData( SerializationInfo info, StreamingContext context )
Implements the interface and returns the data needed to serialize the instance.
infoA object that contains the information required to serialize the instance.contextA object that contains the source and destination of the serialized stream associated with the instance.
public NameObjectCollectionBase.KeysCollection Keys { get; }
Gets a instance that contains all the keys in the instance.
- Returns A instance that contains all the keys in the instance.
public void OnDeserialization( object sender )
Implements the interface and raises the deserialization event when the deserialization is complete.
senderThe source of the deserialization event.
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.