Class StackEx<T>
- Namespace
- Ecng.Collections
- Assembly
- Ecng.Collections.dll
Extends the Stack<T> class to explicitly implement the ICollection<T> interface.
public class StackEx<T> : Stack<T>, ICollection, IReadOnlyCollection<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
T
The type of elements in the stack.
- Inheritance
-
Stack<T>StackEx<T>
- Implements
-
ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Constructors
StackEx()
public StackEx()