XAttribute.EmptySequence 属性

定义

获取空的属性集合。

public:
 static property System::Collections::Generic::IEnumerable<System::Xml::Linq::XAttribute ^> ^ EmptySequence { System::Collections::Generic::IEnumerable<System::Xml::Linq::XAttribute ^> ^ get(); };
public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> EmptySequence { get; }
member this.EmptySequence : seq<System.Xml.Linq.XAttribute>
Public Shared ReadOnly Property EmptySequence As IEnumerable(Of XAttribute)

属性值

IEnumerable<XAttribute>

一个包含空集合的 IEnumerable<T>XAttribute

注解

编写返回属性集合的方法时,类实现器通常使用此属性。 如果该方法需要返回属性的空集合,则它可以使用此属性获取对象的空集合 XAttribute

适用于

另请参阅