ConcurrentBag<T>.IProducerConsumerCollection<T>.TryAdd(T) Méthode

Définition

Tente d'ajouter un objet à 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

Paramètres

item
T

Objet à ajouter à ConcurrentBag<T>. La valeur peut être une référence null (Nothing en Visual Basic) pour les types référence.

Retours

Retourne toujours true.

Implémente

S’applique à

Voir aussi