Share via


InputPanel.InputMethodCollection.System.Collections.ICollection.CopyTo Method

For a description of this member, see ICollection.CopyTo.

Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)

Syntax

'Declaration
Private Sub System.Collections.ICollection.CopyTo ( _
    dest As Array, _
    index As Integer _
) Implements ICollection.CopyTo
'Usage
Dim instance As InputMethodCollection
Dim dest As Array
Dim index As Integer

CType(instance, ICollection).CopyTo(dest, index)
void ICollection.CopyTo (
    Array dest,
    int index
)
private:
virtual void System.Collections.ICollection.CopyTo (
    Array^ dest, 
    int index
) sealed = ICollection::CopyTo
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • dest
    The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
  • index
    The zero-based index in Array at which copying begins.

Remarks

This member is an explicit interface member implementation. It can be used only when the InputPanel.InputMethodCollection instance is cast to the IList interface.

.NET Framework Security

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

Windows CE, Windows Mobile for Pocket PC

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

InputPanel.InputMethodCollection Class
InputPanel.InputMethodCollection Members
Microsoft.WindowsCE.Forms Namespace