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