NDesk.Options Namespace > OptionValueCollection Class : CopyTo Method |
'Declaration
Public Sub CopyTo( _ ByVal array() As System.String, _ ByVal arrayIndex As System.Integer _ )
'Usage
Dim instance As OptionValueCollection Dim array() As System.String Dim arrayIndex As System.Integer instance.CopyTo(array, arrayIndex)
public void CopyTo( System.string[] array, System.int arrayIndex )
public procedure CopyTo( array: System.Stringarray of; arrayIndex: System.Integer );
public function CopyTo( array : System.String[], arrayIndex : System.int );
public: void CopyTo( System.string*[]* array, System.int arrayIndex )
public: void CopyTo( System.array<String^>^ array, System.int arrayIndex )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2