db4o

IClass.getDeclaredConstructors Method 

[Visual Basic]
Function getDeclaredConstructors() As IConstructor()
[C#]
IConstructor[] getDeclaredConstructors();
[C++]
IConstructor* getDeclaredConstructors()  __gc[];
[JScript]
function getDeclaredConstructors(): IConstructor[];

See Also

IClass Interface | com.db4o.reflect Namespace