Overload List
| Name | Description | |
|---|---|---|
| PageableListT | Obsolete.
Initializes a new instance of the PageableListT class that is empty.
| |
| PageableListT(IEnumerableT) | Obsolete.
Initializes a new instance of the PageableListT
class that contains elements copied from the specified collection.
| |
| PageableListT(PageableListSettings) |
Initializes a new instance of the PageableListT class that is empty.
| |
| PageableListT(PageableListSettings, IEnumerableT) |
Initializes a new instance of the PageableListT
class that contains elements copied from the specified collection.
|
See Also