XElement.EmptySequence プロパティ

定義

要素の空のコレクションを取得します。

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

プロパティ値

IEnumerable<XElement>

空のコレクションを格納している IEnumerable<T>XElement

注釈

このプロパティは、通常、要素のコレクションを返すメソッドを記述するときにクラス実装者によって使用されます。 メソッドが要素を返さない必要がある場合は、このプロパティを使用して、オブジェクトの空の XElement コレクションを取得できます。

適用対象

こちらもご覧ください