GraphFolderCollection Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
Represents a strongly typed collection of GraphFolderInfo objects.
Syntax
public class GraphFolderCollection : IEnumerable<GraphFolderInfo>, IEnumerable
Inherited Members
Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
Item[Int32] | Gets an GraphFolderInfo objects at the specified index. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<GraphFolderInfo>.GetEnumerator() | Gets an IEnumerator<T> for the collection. |
IEnumerable.GetEnumerator() | Returns an enumerator that can iterate through the collection. |