[Visual Basic] Sub set( _ ByVal onObject As Object, _ ByVal attribute As Object _ ) [C#] void set( object onObject, object attribute ); [C++] void set( Object* onObject, Object* attribute ); [JScript] function set( Object onObject, Object attribute );
IField Interface | com.db4o.reflect Namespace