[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)
Protected Overridable Function Flatten1 ( _
	shaped As Array, _
	allDimensions As Integer(), _
	currentDimension As Integer, _
	currentDimensions As Integer(), _
	flat As Object(), _
	flatElement As Integer _
) As Integer
C#
protected virtual int Flatten1 (
	Array shaped,
	int[] allDimensions,
	int currentDimension,
	int[] currentDimensions,
	Object[] flat,
	int flatElement
)
Visual C++
protected:
virtual int Flatten1 (
	Array^ shaped, 
	array<int>^ allDimensions, 
	int currentDimension, 
	array<int>^ currentDimensions, 
	array<Object^>^ flat, 
	int flatElement
)

Parameters

shaped
System.Array
allDimensions
System.Int32[]
currentDimension
System.Int32
currentDimensions
System.Int32[]
flat
System.Object[]
flatElement
System.Int32