Class RemoveNthItemDto<T> (Inputs.Lists)
Constructors
constructor
new RemoveNthItemDto<T>( list?: T[], nth?: number, offset?: number, clone?: boolean,): RemoveNthItemDto<T> Parameters
Optionallist: T[]Optionalnth: numberOptionaloffset: numberOptionalclone: boolean
Properties
list
nth
nth: number
offset
offset: number
Optionalclone
clone?: boolean
قائمة وخطوة وإزاحة لـ
lists.removeNthItem.