Table of Contents

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
StackEx<T>
Implements
Inherited Members
Extension Methods

Constructors

StackEx()

public StackEx()