Infragistics2.Shared.v8.1
CreateArray Method
See Also 
Infragistics.Shared Namespace > SubObjectsCollectionBase Class : CreateArray Method

Virtual method used by the All 'get' method to create the array it returns.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function CreateArray() As Object()
C# 
protected virtual object[] CreateArray()

Return Value

The newly created object array

Remarks

This is normally overridden in a derived class to allocate a type safe array.

See Also