Themes for WinForms | ComponentOne
C1.Win.Themes.8 Assembly / C1.Win.Themes.Serialization Namespace / SerializerLog 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