Sitecore 5.0 API

ChildList.ToArray Method 

Converts the collection to an array of items.

[Visual Basic]
Public Function ToArray() As Item()
[C#]
public Item[] ToArray();

See Also

ChildList Class | Sitecore.Collections Namespace