[Visual Basic] Function getDeclaredField( _ ByVal name As String _ ) As IField [C#] IField getDeclaredField( string name ); [C++] IField* getDeclaredField( String* name ); [JScript] function getDeclaredField( String name ): IField;
IClass Interface | com.db4o.reflect Namespace