XElement.EmptySequence プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素の空のコレクションを取得します。
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<T> の XElement。
注釈
このプロパティは、通常、要素のコレクションを返すメソッドを記述するときにクラス実装者によって使用されます。 メソッドが要素を返さない必要がある場合は、このプロパティを使用して、オブジェクトの空の XElement コレクションを取得できます。