[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
instructs to install or uninstall a special constructor for the
respective platform that avoids calling the constructor for the
respective class
Namespace: Db4objects.Db4o.Reflect
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function SkipConstructor ( _
flag As Boolean _
) As Boolean |
Visual C++ |
---|
bool SkipConstructor (
bool flag
) |
Parameters
- flag
- System.Boolean
true to try to install a special constructor, false if
such a constructor is to be removed if present
Return Value
true if the special constructor is in place after the call