Method ToArray
ToArray()
Create an array containing all items in this set (in enumeration order).
Declaration
public override T[] ToArray()
Returns
Type | Description |
---|---|
T[] | The array |
Overrides
Lucene.Net.Support.C5.CollectionValueBase<T>.ToArray()