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