ConcurrentBag<T>.IProducerConsumerCollection<T>.TryAdd(T) メソッド

定義

ConcurrentBag<T> に対してオブジェクトの追加を試みます。

 virtual bool System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd(T item) = System::Collections::Concurrent::IProducerConsumerCollection<T>::TryAdd;
bool IProducerConsumerCollection<T>.TryAdd (T item);
abstract member System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd : 'T -> bool
override this.System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd : 'T -> bool
Function TryAdd (item As T) As Boolean Implements IProducerConsumerCollection(Of T).TryAdd

パラメーター

item
T

ConcurrentBag<T> に追加するオブジェクト。 参照型の場合、この値は null 参照 (Visual Basic の場合は Nothing) でもかまいません。

戻り値

常に true を返します。

実装

適用対象

こちらもご覧ください