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 コレクションを取得できます。

適用対象

こちらもご覧ください