FunctionResult.ValueType 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.
Gets the Type of the function's result.
public Type? ValueType { get; }
member this.ValueType : Type
Public ReadOnly Property ValueType As Type
Property Value
Remarks
This or a base type is the type expected to be passed as the generic argument to GetValue<T>().