MonobjcMonobjc Documented Class Library
ReturnValue Property
NamespacesMonobjc.AppKitNSResponder..::..NSResponderThreadInvokerReturnValue
Gets the return value of a call.
Declaration Syntax
C#Visual BasicVisual C++
public Object ReturnValue { get; private set; }
Public Property ReturnValue As Object
	Get
	Private Set
public:
property Object^ ReturnValue {
	Object^ get ();
	private: void set (Object^ value);
}
Value
The return value.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)