ConcurrentStack<T>.IProducerConsumerCollection<T>.TryAdd Method
Attempts to add an object to the IProducerConsumerCollection<T>.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- item
- Type: T
The object to add to the IProducerConsumerCollection<T>. The value can be a null reference (Nothing in Visual Basic) for reference types.
Implements
IProducerConsumerCollection<T>.TryAdd(T)For ConcurrentStack<T>, this operation will always insert the object onto the top of the ConcurrentStack<T> and return true.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.