db4o

IReflect.methodCallsSupported Method 

specify whether method calls are supported.

[Visual Basic]
Function methodCallsSupported() As Boolean
[C#]
bool methodCallsSupported();
[C++]
bool methodCallsSupported();
[JScript]
function methodCallsSupported(): bool;

Remarks

specify whether method calls are supported.

See Also

IReflect Interface | com.db4o.reflect Namespace