Bagikan melalui


XAttribute.EmptySequence Properti

Definisi

Mendapatkan koleksi atribut kosong.

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; }
static member EmptySequence : seq<System.Xml.Linq.XAttribute>
Public Shared ReadOnly Property EmptySequence As IEnumerable(Of XAttribute)

Nilai Properti

IEnumerable<T> Dari XAttribute berisi koleksi kosong.

Keterangan

Properti ini biasanya digunakan oleh pelaksana kelas saat menulis metode yang mengembalikan kumpulan atribut. Jika metode perlu mengembalikan kumpulan atribut kosong, metode ini dapat menggunakan properti ini untuk mendapatkan koleksi XAttribute objek yang kosong.

Berlaku untuk

Lihat juga