![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Represents an empty page of items. More...
Properties | |
IEnumerable< T > | Items [get] |
Items available in the page. The enumeration may be empty. More... | |
bool | More [get] |
If there may be more pages following this page. More... | |
Represents an empty page of items.
T | Type of items on the page. |
T | : | class |
Definition at line 10 of file EmptyPage.cs.
|
get |
Items available in the page. The enumeration may be empty.
Implements Waher.Persistence.IPage< T >.
Definition at line 16 of file EmptyPage.cs.
|
get |
If there may be more pages following this page.
Implements Waher.Persistence.IPage< T >.
Definition at line 21 of file EmptyPage.cs.