Click or drag to resize

ManagedConcurrentStackTValue Class

A ConcurrentStack that maps to the appropriate platform version.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedConcurrentStackTValue

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedConcurrentStackTValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the amount of items in the stack.
Public propertyIsEmpty
Gets true if the stack is empty.
Top
Methods
  NameDescription
Public methodClear
Clears the stack of all items.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPush
Pushes a new item on top of the stack.
Public methodToString (Inherited from Object.)
Public methodTryPeek
Tries to peek at the top value in stack.
Public methodTryPop
Tries to pop the top value off of the stack.
Top
See Also