ReadOnlyCollection<T>.Empty Propiedad

Definición

Obtiene una ReadOnlyCollection<T> vacía.

public:
 static property System::Collections::ObjectModel::ReadOnlyCollection<T> ^ Empty { System::Collections::ObjectModel::ReadOnlyCollection<T> ^ get(); };
public static System.Collections.ObjectModel.ReadOnlyCollection<T> Empty { get; }
static member Empty : System.Collections.ObjectModel.ReadOnlyCollection<'T>
Public Shared ReadOnly Property Empty As ReadOnlyCollection(Of T)

Valor de propiedad

Objeto ReadOnlyCollection<T> vacío.

Comentarios

La instancia devuelta es inmutable y siempre estará vacía.

Se aplica a