Copies the validations of the collection (this list) to the array specified by 'array', starting at the index specified by 'index'.
[Visual Basic] Public Sub CopyTo( _ ByVal array As Array, _ ByVal index As Integer _ ) _ Implements ICollection.CopyTo [C#] public void CopyTo( Array array, int index ); [C++] public: void CopyTo( Array* array, int index ); [JScript] public function CopyTo( Array array, int index );
ValuesetItemList Class | XRules Namespace