ILocalSymbol.IsFunctionValue Property

Definition

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

Applies to