MultidimensionalArrayInfo Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Reflect
Base Types
graph BT Type-->Base0["ArrayInfo"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect/ArrayInfo" Base0-->Base1["Object"] Type["MultidimensionalArrayInfo"] class Type type-node

Syntax

public class MultidimensionalArrayInfo : ArrayInfo

Methods

Name Value Summary
Dimensions() int[]
Dimensions(int[]) void
ElementCount() int
Inherited from ArrayInfo
ElementCount(int) void
Inherited from ArrayInfo
Nullable() bool
Inherited from ArrayInfo
Nullable(bool) void
Inherited from ArrayInfo
Primitive() bool
Inherited from ArrayInfo
Primitive(bool) void
Inherited from ArrayInfo
ReflectClass() IReflectClass
Inherited from ArrayInfo
ReflectClass(IReflectClass) void
Inherited from ArrayInfo