共用方式為


ILocalReferenceOperation.IsDeclaration 屬性

定義

如果這個參考也是這個變數的宣告網站,則為 True。 這在 out 變數宣告中,以及在宣告新變數的解構作業中為 true。

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

屬性值

適用於