ModelItemDictionary.ICollection<KeyValuePair<ModelItem, ModelItem>>.CopyTo Method
For a description of this member, see ICollection<T>.CopyTo.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Private Sub CopyTo ( _
array As KeyValuePair(Of ModelItem, ModelItem)(), _
arrayIndex As Integer _
) Implements ICollection(Of KeyValuePair(Of ModelItem, ModelItem)).CopyTo
void ICollection<KeyValuePair<ModelItem, ModelItem>>.CopyTo(
KeyValuePair<ModelItem, ModelItem>[] array,
int arrayIndex
)
private:
virtual void CopyTo(
array<KeyValuePair<ModelItem^, ModelItem^>>^ array,
int arrayIndex
) sealed = ICollection<KeyValuePair<ModelItem^, ModelItem^>>::CopyTo
private abstract CopyTo :
array:KeyValuePair<ModelItem, ModelItem>[] *
arrayIndex:int -> unit
private override CopyTo :
array:KeyValuePair<ModelItem, ModelItem>[] *
arrayIndex:int -> unit
JScript does not support explicit interface implementations.
Parameters
- array
Type: array<System.Collections.Generic.KeyValuePair<ModelItem, ModelItem>[]
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
- arrayIndex
Type: System.Int32
The zero-based index in array at which copying begins.
Implements
ICollection<T>.CopyTo(array<T[], Int32)
Remarks
This member is an explicit interface member implementation. It can be used only when the ModelItemDictionary instance is cast to an ICollection<T> interface.
.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.
See Also
Reference
Microsoft.Windows.Design.Model Namespace