[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 Flatten ( _
	a_shaped As Object, _
	a_dimensions As Integer(), _
	a_currentDimension As Integer, _
	a_flat As Object(), _
	a_flatElement As Integer _
) As Integer
C#
int Flatten (
	Object a_shaped,
	int[] a_dimensions,
	int a_currentDimension,
	Object[] a_flat,
	int a_flatElement
)
Visual C++
int Flatten (
	Object^ a_shaped, 
	array<int>^ a_dimensions, 
	int a_currentDimension, 
	array<Object^>^ a_flat, 
	int a_flatElement
)

Parameters

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