IFieldReferenceOperation.IsDeclaration 属性

定义

如果字段引用也是声明字段的位置。

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

属性值

注解

这仅在 CSharp 脚本中为 true,其中顶级语句在引用中创建新变量,例如 out 变量声明或解构声明。

适用于