XElement.EmptySequence Vlastnost

Definice

Získá prázdnou kolekci prvků.

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)

Hodnota vlastnosti

IEnumerable<XElement>

Kolekce IEnumerable<T> XElement obsahuje prázdnou kolekci.

Poznámky

Tato vlastnost je obvykle používána implementátory tříd při zápisu metody, která vrací kolekci prvků. Pokud metoda nesmí vrátit žádné prvky, může tuto vlastnost použít k získání prázdné kolekce XElement objektů.

Platí pro

Viz také