IFieldReferenceOperation.IsDeclaration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果字段引用也是声明字段的位置。
public:
property bool IsDeclaration { bool get(); };
public bool IsDeclaration { get; }
member this.IsDeclaration : bool
Public ReadOnly Property IsDeclaration As Boolean
属性值
注解
这仅在 CSharp 脚本中为 true,其中顶级语句在引用中创建新变量,例如 out 变量声明或解构声明。