LocalizableStringCopyTo Method

Scanjour Workflow4 Reference Manual
Copies to.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void CopyTo(
	KeyValuePair<string, string>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, String
The array.
arrayIndex
Type: SystemInt32
Index of the array.

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference