[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)
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function NewInstance ( _ componentType As IReflectClass, _ length As Integer _ ) As Object |
C# |
---|
public override Object NewInstance ( IReflectClass componentType, int length ) |
Visual C++ |
---|
public: virtual Object^ NewInstance ( IReflectClass^ componentType, int length ) override |
Parameters
- componentType
- Db4objects.Db4o.Reflect.IReflectClass
- length
- System.Int32