ILocalSymbol.IsRef Property

Definition

Returns true if this local is a ref local or a ref readonly local. Use RefKind to get more detailed information.

public:
 property bool IsRef { bool get(); };
public bool IsRef { get; }
member this.IsRef : bool
Public ReadOnly Property IsRef As Boolean

Property Value

Applies to