DelegatingXmlDictionaryReader.IsEmptyElement 属性
定义
获取一个值,该值指示当前节点是否是一个空元素。Gets a value that indicates whether the current node is an empty element.
public:
virtual property bool IsEmptyElement { bool get(); };
public override bool IsEmptyElement { get; }
member this.IsEmptyElement : bool
Public Overrides ReadOnly Property IsEmptyElement As Boolean
属性值
如果当前节点为一个空元素,则为 true;否则,为 false。true if the current node is an empty element; otherwise, false.