'Declaration Public Sub CopyTo( _
ByVal arrayThe array.As System.Collections.Generic.KeyValuePair(Of String,String), _
ByVal arrayIndexThe specified index.As System.Int32 _
)
public void CopyTo(
System.Collections.Generic.KeyValuePair<string,string> array,
System.Int32 arrayIndex
)
public: void CopyTo(
System.Collections.Generic.KeyValuePair<string,string*>* array,
System.Int32 arrayIndex
)
public:
void CopyTo(
System.Collections.Generic.KeyValuePair<string,string^>^ array,
System.Int32 arrayIndex
)
Parameters
- array
- The array.
- arrayIndex
- The specified index.