ReadOnlyCollection<T>.Empty 속성

정의

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>.

설명

반환된 인스턴스는 변경할 수 없으며 항상 비어 있습니다.

적용 대상