다음을 통해 공유


IClrPropertyGetter.HasSentinel(Object) 메서드

정의

속성이 해당 형식의 CLR 기본값으로 설정되어 있는지 여부를 확인합니다.

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

매개 변수

structuralObject
Object

엔터티 또는 복합 형식이 instance.

반환

true 속성 값이 CLR 기본값이면 이고, false 다른 값입니다.

적용 대상