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