SafeHashSetTCopyTo Method |
Copies the elements of a
SafeHashSetT object to an array, starting at the specified array index.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public void CopyTo(
T[] array,
int arrayIndex
)
Parameters
- array
- Type: T
The one-dimensional array that is the destination of the elements copied from the SafeHashSetT object. The array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)Exceptions See Also