| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Function CreateArray() As Object() | |
| C# | |
|---|---|
protected virtual object[] CreateArray() | |
Return Value
The newly created object arrayThis is normally overridden in a derived class to allocate a type safe array.
| Infragistics2.Shared.v8.1 | |
| CreateArray Method | |
| See Also | |
|
| Infragistics.Shared Namespace > SubObjectsCollectionBase Class : CreateArray Method |
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Function CreateArray() As Object() | |
| C# | |
|---|---|
protected virtual object[] CreateArray() | |