ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / C1Stack Class
Members

In This Topic
    C1Stack Class
    In This Topic
    Simple stack with indexed access, based on System.Collections.ArrayList
    Object Model
    C1Stack Class
    Syntax
    'Declaration
     
    
    Public Class C1Stack 
       Inherits System.Collections.ArrayList
    public class C1Stack : System.Collections.ArrayList 
    Inheritance Hierarchy

    System.Object
       System.Collections.ArrayList
          C1.Win.C1List.Util.Xml.Serialization.C1Stack

    See Also