Class GetNthItemDto<T> (Inputs.Lists)
Constructors
constructor
new GetNthItemDto<T>( list?: T[], nth?: number, offset?: number, clone?: boolean,): GetNthItemDto<T> Parameters
Optionallist: T[]Optionalnth: numberOptionaloffset: numberOptionalclone: boolean
Properties
list
nth
nth: number
offset
offset: number
Optionalclone
clone?: boolean
lists.getNthItem-এর জন্য একটি তালিকা, একটি ধাপ ও একটি অফসেট।