Share via


ILocalReferenceOperation.IsDeclaration Property

Definition

True if this reference is also the declaration site of this variable. This is true in out variable declarations and in deconstruction operations where a new variable is being declared.

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

Property Value

Applies to