CopyTo

SensitivityLabelCollection.CopyTo method

Copies all elements from the collection to the specified array.

public void CopyTo(ISensitivityLabel[] array, int index)
ParameterTypeDescription
arrayISensitivityLabel[]Target array.
indexInt32Starting index in the target array.

See Also