Set the target indexes for this operation. This also resizes
the operation to match the number of indexes passed in.

Declaration Syntax
void SetTargets(
int[] SetTargets
)
Sub SetTargets ( _
SetTargets As Integer() _
)
void SetTargets(
array<int>^ SetTargets
)

Parameters
- SetTargets (array<
Int32
>[]()[])
- Target indexes of the operation

Exceptions
Exception | Condition |
---|
ArgumentNullException | Thrown if null is passed
in.
|
ArgumentOutOfRangeException | Thrown if any
of the indexes are less than 0.
|
DuplicateIndexesException | Thrown if any
of the indexes in SetTargets are duplicates.
|
Assembly:
Cove.Base (Module: Cove.Base) Version: 1.0.0.0 (1.0.0.0)