ModelItemDictionary.CopyTo Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Copies an array of key/value pairs into the given dictionary.
Namespace: System.Activities.Design.Model
Assembly: System.Activities.Design.Base (in System.Activities.Design.Base.dll)
Syntax
'Declaration
Protected Overridable Sub CopyTo ( _
array As KeyValuePair(Of ModelItem, ModelItem)(), _
arrayIndex As Integer _
)
'Usage
Dim array As KeyValuePair(Of ModelItem, ModelItem)()
Dim arrayIndex As Integer
Me.CopyTo(array, arrayIndex)
protected virtual void CopyTo(
KeyValuePair<ModelItem, ModelItem>[] array,
int arrayIndex
)
protected:
virtual void CopyTo(
array<KeyValuePair<ModelItem^, ModelItem^>>^ array,
int arrayIndex
)
protected function CopyTo(
array : KeyValuePair<ModelItem, ModelItem>[],
arrayIndex : int
)
abstract CopyTo :
array:KeyValuePair<ModelItem, ModelItem>[] *
arrayIndex:int -> unit
override CopyTo :
array:KeyValuePair<ModelItem, ModelItem>[] *
arrayIndex:int -> unit
Parameters
- array
Type: array<System.Collections.Generic.KeyValuePair<ModelItem, ModelItem>[]
The array of key/value pairs to copy.
- arrayIndex
Type: System.Int32
The zero-based index in the current dictionary at which copying begins.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4