Class CorTypeEnumerator
public class CorTypeEnumerator : IEnumerable, IEnumerator, ICloneable
- Inheritance
-
CorTypeEnumerator
- Implements
Properties
- Current
Gets the current element in the collection.
Methods
- Clone()
Creates a new object that is a copy of the current instance.
- GetEnumerator()
Returns an enumerator that iterates through a collection.
- MoveNext()
Advances the enumerator to the next element of the collection.
- Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.