'Declaration
Public Function ToArray() As ListItem()
'Usage
Dim instance As ListItemCollection Dim value() As ListItem value = instance.ToArray()
public ListItem[] ToArray()
Return Value
A ListItem array contains all the item which in the collection.