IClrPropertyGetter.HasSentinel(Object) 方法

定义

检查属性的类型是否设置为 CLR 默认值。

public bool HasSentinel (object structuralObject);
abstract member HasSentinel : obj -> bool
Public Function HasSentinel (structuralObject As Object) As Boolean

参数

structuralObject
Object

实体或复杂类型实例。

返回

true 如果属性值为 CLR 默认值,则为 ; false 它是任何其他值。

适用于