ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / CodeRanges Class / Slice Method

In This Topic
    Slice Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function Slice( _
       ByVal start As System.Integer, _
       ByVal length As System.Integer _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> Slice( 
       System.int start,
       System.int length
    )

    Parameters

    start
    length
    See Also