graph BT
Type-->Base0["Object"]
Type-.->Interface0["IReflectArray"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Reflect/IReflectArray"
Type["GenericArrayReflector"]
class Type type-node
Syntax
public class GenericArrayReflector : IReflectArray
Constructors
Methods
| Name |
Value |
Summary |
| Analyze(Object, ArrayInfo) |
void |
|
| Dimensions(Object) |
int[] |
|
| Flatten(Object, int[], int, Object[], int) |
int |
|
| Get(Object, int) |
Object |
|
| GetComponentType(IReflectClass) |
IReflectClass |
|
| GetLength(Object) |
int |
|
| IsNDimensional(IReflectClass) |
bool |
|
| NewInstance(IReflectClass, ArrayInfo) |
Object |
|
| NewInstance(IReflectClass, int) |
Object |
|
| NewInstance(IReflectClass, int[]) |
Object |
|
| Set(Object, int, Object) |
void |
|
| Shape(Object[], int, Object, int[], int) |
int |
|