GOA - System.Collections.Specialized.NameValueCollection

NameValueCollection Class


Represents a sorted collection of associated String keys and String values that can be accessed either with the key or with the index.

Definition

public class NameValueCollection: NameObjectCollectionBase

Members Table

MethodDescription
AddOverloaded. Adds entries to the current NameValueCollection.
BaseAddAdds an entry with the specified key and value into the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
BaseClearRemoves all entries from the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
BaseGetOverloaded. Gets the value of the specified entry of the NameObjectCollectionBase. (Inherited from NameObjectCollectionBase)
BaseGetAllKeysReturns a String array that contains all the keys in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
BaseGetAllValuesReturns an Object array that contains all the values in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
BaseGetKeyGets the key of the entry at the specified index of the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
BaseHasKeysGets a value indicating whether the NameObjectCollectionBase instance contains entries whose keys are not null. (Inherited from NameObjectCollectionBase)
BaseRemoveRemoves the entries with the specified key from the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
BaseRemoveAtRemoves the entry at the specified index of the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
BaseSetOverloaded. Sets the value of the specified entry of the NameObjectCollectionBase. (Inherited from NameObjectCollectionBase)
ClearInvalidates the cached arrays and removes all entries from the NameValueCollection.
CopyToCopies the entire NameValueCollection to a compatible one-dimensional Array instance at the specified index.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetOverloaded. Gets the value of a specified entry in the NameValueCollection
GetEnumeratorReturns an enumerator that can iterate through the NameObjectCollectionBase. (Inherited from NameObjectCollectionBase)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetKeyGets the key at the specified index of the NameValueCollection.
GetTypeGets the Type of the current instance. (Inherited from Object)
GetValuesOverloaded. Gets the values of a specified entry in the NameValueCollection.
HasKeysGets a value indicating whether the NameValueCollection contains keys that are not null.
NameValueCollectionOverloaded. Initializes a new instance of NameValueCollection.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveRemoves the entries with the specified key from the NameObjectCollectionBase instance.
SetSets the value of an entry in the NameValueCollection.
System.Collections.ICollection.CopyToCopies the elements of the NameObjectCollectionBase to an Array, starting at a particular Array index. (Inherited from NameObjectCollectionBase)
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Overloaded. Gets or sets the entry for NameValueCollection.
PropertyDescription
AllKeysGets all the keys in the NameValueCollection.
CountGets the number of key-and-value pairs contained in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
IsReadOnlyGets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase)
KeysGets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the NameObjectCollectionBase is synchronized. (Inherited from NameObjectCollectionBase)
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the NameObjectCollectionBase. (Inherited from NameObjectCollectionBase)

Inheritance Hierarchy

Object
NameObjectCollectionBase
NameValueCollection

Class Information

NamespaceSystem.Collections.Specialized
Flash LibrarySystem.scl
Flash Library Version2.0.0.1308
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.