[]
Simple stack with indexed access, based on System.Collections.ArrayList
public class C1Stack : ArrayList, IList, ICollection, IEnumerable, ICloneable
| Name | Description |
|---|---|
| C1Stack() |
| Name | Description |
|---|---|
| IsEmpty | |
| Length | |
| Top |
| Name | Description |
|---|---|
| IsIndexInBounds(int) | |
| Peek() | |
| Pop() | |
| Push(object) |