[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.Util.Xml.Serialization.C1Stack

C1Stack Class

Simple stack with indexed access, based on System.Collections.ArrayList

Inheritance
C1Stack
Namespace: C1.Win.TrueDBGrid.Util.Xml.Serialization
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public class C1Stack : ArrayList, IList, ICollection, IEnumerable, ICloneable

Constructors

Name Description
C1Stack()

Properties

Name Description
IsEmpty
Length
Top

Methods

Name Description
IsIndexInBounds(int)
Peek()
Pop()
Push(object)