NotificationListTCopyTo Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Copies the list to the specified array.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public virtual void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T
The array.
arrayIndex
Type: SystemInt32
Index of the array.

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference