\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Util.Xml.Serialization Namespace / C1Stack Class / Item Property

In This Topic
    Item Property (C1Stack)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Object
    public virtual System.object this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also