ILocalSymbol.IsFunctionValue 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.
Returns true if this local variable is function return variable whose name is the function's name, whose type is the return type of the function and whose initial value is the default of its type.
public:
property bool IsFunctionValue { bool get(); };
public bool IsFunctionValue { get; }
member this.IsFunctionValue : bool
Public ReadOnly Property IsFunctionValue As Boolean
Property Value
Remarks
Is always false for the C# local variable