| ESentTargetDictionaryCopyTo Method |
Namespace: SandcastleBuilder.Components.TargetsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public override void CopyTo(
KeyValuePair<string, Target>[] array,
int arrayIndex
)
Public Overrides Sub CopyTo (
array As KeyValuePair(Of String, Target)(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<KeyValuePair<String^, Target^>>^ array,
int arrayIndex
) override
abstract CopyTo :
array : KeyValuePair<string, Target>[] *
arrayIndex : int -> unit
override CopyTo :
array : KeyValuePair<string, Target>[] *
arrayIndex : int -> unit
Parameters
- array
- Type: System.Collections.GenericKeyValuePairString, Target
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 See Also