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 bool IsFunctionValue { get; }

Property Value

Remarks

Is always false for the C# local variable

Applies to