GraphFolderCollection.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
Item[Int32]
Gets an Graph
Declaration
public GraphFolderInfo this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Zero-based index of the element to get. |
Property Value
Type | Description |
---|---|
Graph |
Graph |