UnicodeCharacterRangeBaseCollection.CopyTo Method
Copies all of the elements in the current UnicodeCharacterRangeBaseCollection collection to a specified one-dimensional array, starting at the specified destination array index.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As UnicodeCharacterRangeBase(), _
index As Integer _
)
'Usage
Dim instance As UnicodeCharacterRangeBaseCollection
Dim array As UnicodeCharacterRangeBase()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
UnicodeCharacterRangeBase[] array,
int index
)
public:
void CopyTo(
array<UnicodeCharacterRangeBase^>^ array,
int index
)
public function CopyTo(
array : UnicodeCharacterRangeBase[],
index : int
)
Parameters
array
Type: array<System.Windows.Ink.AnalysisCore.UnicodeCharacterRangeBase[]This one-dimensional array is the destination of elements copied from the collection. The array must have zero-based indexing.
index
Type: System.Int32The zero-based index in the array parameter where copying begins.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, 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: 3.0
See Also
Reference
UnicodeCharacterRangeBaseCollection Class