Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ListDto

Index

Constructors

Properties

Constructors

constructor

  • new ListDto<T>(list?: T[]): ListDto<T>
  • Type parameters

    • T

    Parameters

    • Optional list: T[]

    Returns ListDto<T>

Properties

list

list: T[]

The list

default

undefined

Generated using TypeDoc