ConcurrentBag<T>.IProducerConsumerCollection<T>.TryAdd(T) Metodo

Definizione

Tenta di aggiungere un oggetto all'oggetto 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

Parametri

item
T

Oggetto da aggiungere all'oggetto ConcurrentBag<T>. Il valore può essere un riferimento Null (Nothing in Visual Basic) per i tipi di riferimento.

Restituisce

Restituisce sempre true.

Implementazioni

Si applica a

Vedi anche