ValueCollectionEnumerator
The ValueCollectionEnumerator class enumerates a collection of Value objects. An instance of the ValueCollectionEnumerator class is obtained by calling ValueCollection.GetEnumerator.
The ValueCollectionEnumerator class is derived from the System.Object class.
Public Methods
The ValueCollectionEnumerator class has the following public methods.
Method | Description |
---|---|
Equals |
Determines if two objects are equal. |
GetHashCode |
Serves as a hash function for a particular type. |
GetType |
Retrieves the Type of the current object. |
MoveNext |
Advances the enumerator to the next Value object in the enumeration. |
Reset |
Sets the enumerator to the first Value object in the enumeration. |
ToString |
Retrieves a String that represents the current object. |
Public Properties
The ValueCollectionEnumerator class defines the following public property.
Property | Description |
---|---|
Current | Data type: Value Access type: Read-only Retrieves the current Value object in the enumerator. |
Protected Constructors
The ValueCollectionEnumerator class has the following protected constructor.
Constructor | Description |
---|---|
ValueCollectionEnumerator |
Creates an instance of the ValueCollectionEnumerator class. |
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Value
ValueCollection.GetEnumerator
Send comments about this topic to Microsoft
Build date: 2/16/2009