Class SubListDto<T> (Inputs.Lists)
Constructors
constructor
new SubListDto<T>( list?: T[], indexStart?: number, indexEnd?: number, clone?: boolean,): SubListDto<T> Parameters
Optionallist: T[]OptionalindexStart: numberOptionalindexEnd: numberOptionalclone: boolean
Properties
list
indexStart
indexStart: number
indexEnd
indexEnd: number
Optionalclone
clone?: boolean
用于
lists.getSubList的列表和位置范围。