ReadOnlyCollection<T>.Empty プロパティ

定義

空の 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)

プロパティ値

空の ReadOnlyCollection<T>

注釈

返されるインスタンスは不変であり、常に空になります。

適用対象