[This is preliminary documentation and is subject to change.]

Copies the condition to the specified array starting at the specified index

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public void CopyTo(
	Rule..::..Condition..::..ConditionTuple[] array,
	int arrayIndex
)

Parameters

array
Type: array<Clarion.Framework.Core..::..Rule..::..Condition..::..ConditionTuple>[]()[][]
The array to which this condition is to be copied
arrayIndex
Type: System..::..Int32
The starting index from which to begin copying

Implements

ICollection<(Of <(<'T>)>)>..::..CopyTo(array<T>[]()[][], Int32)

See Also