DynamicMetaObjectBinder.ReturnType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result type of the operation.
public:
virtual property Type ^ ReturnType { Type ^ get(); };
public virtual Type ReturnType { get; }
member this.ReturnType : Type
Public Overridable ReadOnly Property ReturnType As Type
Property Value
The Type object representing the result type of the operation.