InfoCollectionTParent, TInfoToArray Method

CVB.Net Documentation
Converts this collection into an array.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public TInfo[] ToArray()

Return Value

Type: TInfo
Array containing the members of this collection.
See Also

Reference