UpdatableCollection<Key, T>.ToArray Method

Creates an array that contains the values of the collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function ToArray As T()
'Usage
Dim instance As UpdatableCollection
Dim returnValue As T()

returnValue = instance.ToArray()
public T[] ToArray()

Return Value

Type: []
An array that contains the values of the collection.

Remarks

This method returns an array of objects with the collection value type.

See Also

Reference

UpdatableCollection<Key, T> Class

UpdatableCollection<Key, T> Members

Microsoft.Office.Server.Search.Administration Namespace