PropertyRowEnumerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports a simple iteration over a collection of the properties in a row of a rowset.
public class PropertyRowEnumerator : System.Collections.Generic.IEnumerator<Microsoft.Hpc.Scheduler.Properties.StoreProperty>
type PropertyRowEnumerator = class
interface IEnumerator<StoreProperty>
interface IDisposable
interface IEnumerator
Public Class PropertyRowEnumerator
Implements IEnumerator(Of StoreProperty)
- Inheritance
-
PropertyRowEnumerator
- Implements
Constructors
| PropertyRowEnumerator(PropertyRow) |
Initializes a new instance of the PropertyRowEnumerator class. |
Properties
| Current |
Gets the current element in the collection. |
Methods
| Dispose() |
Releases the resources used by the object. |
| 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. |
Explicit Interface Implementations
| IEnumerator.Current |