| SqlDictionaryTValueCopyTo Method |
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public void CopyTo(
KeyValuePair<string, TValue>[] array,
int arrayIndex
)
Public Sub CopyTo (
array As KeyValuePair(Of String, TValue)(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<KeyValuePair<String^, TValue>>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : KeyValuePair<string, 'TValue>[] *
arrayIndex : int -> unit
override CopyTo :
array : KeyValuePair<string, 'TValue>[] *
arrayIndex : int -> unit
Parameters
- array
- Type: System.Collections.GenericKeyValuePairString, TValue
The one-dimensional Array that is the destination of the elements copied from ICollectionT. 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 Remarks This method is not implemented
See Also