IClrPropertyGetter.HasDefaultValue(Object) 方法

定义

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

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

参数

entity
Object

实体实例。

返回

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

适用于