GraphMessageCollection.IEnumerable<GraphMessageInfo>.GetEnumerator Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
IEnumerable<GraphMessageInfo>.GetEnumerator()
Gets an IEnumerator<T> for the collection.
Declaration
IEnumerator<GraphMessageInfo> IEnumerable<GraphMessageInfo>.GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<GraphMessageInfo> | An IEnumerator<T> for the collection. |