ImmutableInterlocked.Enqueue<T>(ImmutableQueue<T>, T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
自動將元素加入佇列的結尾。
public:
generic <typename T>
static void Enqueue(System::Collections::Immutable::ImmutableQueue<T> ^ % location, T value);
public static void Enqueue<T> (ref System.Collections.Immutable.ImmutableQueue<T> location, T value);
static member Enqueue : ImmutableQueue * 'T -> unit
Public Shared Sub Enqueue(Of T) (ByRef location As ImmutableQueue(Of T), value As T)
類型參數
- T
集合中包含的項目類型。
參數
- location
- ImmutableQueue<T>
要自動更新的變數或欄位。
- value
- T
要加入佇列的值。