IClrPropertyGetter.HasSentinel(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public bool HasSentinel (object structuralObject);
abstract member HasSentinel : obj -> bool
Public Function HasSentinel (structuralObject As Object) As Boolean
參數
-
structuralObject
-
Object
實體或複雜類型實例。
傳回
true
如果屬性值為 CLR 預設值,則為 ; false
它是任何其他值。
適用於