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

In This Topic
    IsIndexInBounds Method (C1Stack)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IsIndexInBounds( _
       ByVal idx As Integer _
    ) As Boolean
    public bool IsIndexInBounds( 
       int idx
    )

    Parameters

    idx
    See Also