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

Parameters

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