Share via


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

  • 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

See Also

Reference

ModelItemDictionary Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture