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