IClrPropertyGetter.HasSentinel(Object) Méthode

Définition

Vérifie si la propriété est définie sur le CLR par défaut pour son type.

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

Paramètres

structuralObject
Object

Entité ou type complexe instance.

Retours

true si la valeur de la propriété est la valeur par défaut du CLR ; false il s’agit de toute autre valeur.

S’applique à