GraphMessageCollection.CopyTo Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
CopyTo(GraphMessageInfo[], Int32)
Copies the range of elements from the collection to a one-dimensional
Graph
Declaration
public void CopyTo(GraphMessageInfo[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
Graph |
array | One-dimensional zero-based Graph |
Int32 | arrayIndex | A zero-based index in the destination array at which copying begins. |