[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Db4objects.Db4o.Reflect
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function Shape ( _
	a_flat As Object(), _
	a_flatElement As Integer, _
	a_shaped As Object, _
	a_dimensions As Integer(), _
	a_currentDimension As Integer _
) As Integer
C#
int Shape (
	Object[] a_flat,
	int a_flatElement,
	Object a_shaped,
	int[] a_dimensions,
	int a_currentDimension
)
Visual C++
int Shape (
	array<Object^>^ a_flat, 
	int a_flatElement, 
	Object^ a_shaped, 
	array<int>^ a_dimensions, 
	int a_currentDimension
)

Parameters

a_flat
System.Object[]
a_flatElement
System.Int32
a_shaped
System.Object
a_dimensions
System.Int32[]
a_currentDimension
System.Int32