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

Parameters

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