Tipic Instant Messaging Platform - Programmer's Reference Guide

Trie.CopyTo Method 

Copy into an array.

[Visual Basic]
NotOverridable Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) _
    Implements ICollection.CopyTo
[C#]
public void CopyTo(
   Array array,
   int index
);

Parameters

array
index

Implements

ICollection.CopyTo

See Also

Trie Class | bedrock.collections Namespace