Returns an array of objects contained within this collection.

Namespace: DatabaseObjects.Generic
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected T[] ObjectsArray()
Visual Basic
Protected Function ObjectsArray As T()
Visual C++
protected:
array<T>^ ObjectsArray()

Return Value

[Missing <returns> documentation for "M:DatabaseObjects.Generic.DatabaseObjects`1.ObjectsArray"]

See Also