ReadOnlyCollection<T>.Empty Propiedad

Definición

Obtiene un objeto vacío ReadOnlyCollection<T>.

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

Un objeto vacío ReadOnlyCollection<T>.

Comentarios

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

Se aplica a