ImmutableQueue<T>.Empty 속성

정의

변경할 수 없는 빈 큐를 가져옵니다.

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

속성 값

변경할 수 없는 빈 큐입니다.

적용 대상