Click or drag to resize

EventLogMessageCollectionCopyTo Method (Array, Int32)

Copy a portion of the EventLogMessageCollection to an array.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
The array to copy items to
index
Type: SystemInt32
The location within the destination array to copy the items from the collection to.

Implements

ICollectionCopyTo(Array, Int32)
See Also