ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / ArrayExtension Class / setLength<T> Method

In This Topic
    setLength<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub setLength(Of T)( _
       ByVal list As List(Of T), _
       ByVal length As Double _
    ) 
    public static void setLength<T>( 
       List<T> list,
       double length
    )

    Parameters

    list
    length

    Type Parameters

    T
    See Also