MethodInfo.Returnid Method
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.
Specifies the ID for certain return data types, such as extended data types and classes, for a method that returns a value.
public:
virtual int Returnid();
public virtual int Returnid ();
abstract member Returnid : unit -> int
override this.Returnid : unit -> int
Public Overridable Function Returnid () As Integer
Returns
An integer value that indicates the ID for the return data type.
Remarks
The return value is 0 if the data type does not have an ID or if a method does not return a value.