GraphMessageCollection.IEnumerable.GetEnumerator Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9313)
IEnumerable.GetEnumerator()
Returns an enumerator that can iterate through the collection.
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator | An IEnumerator for the collection. |