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

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

Syntax

Visual Basic (Declaration)
Public Overridable Function Flatten ( _
	shaped As Object, _
	dimensions As Integer(), _
	currentDimension As Integer, _
	flat As Object(), _
	flatElement As Integer _
) As Integer
C#
public virtual int Flatten (
	Object shaped,
	int[] dimensions,
	int currentDimension,
	Object[] flat,
	int flatElement
)
Visual C++
public:
virtual int Flatten (
	Object^ shaped, 
	array<int>^ dimensions, 
	int currentDimension, 
	array<Object^>^ flat, 
	int flatElement
)

Parameters

shaped
System.Object
dimensions
System.Int32[]
currentDimension
System.Int32
flat
System.Object[]
flatElement
System.Int32