Allows persisting of scalar values as a collection.
More...
|
string | Value [get, set] |
| Gets or sets the serialized form of the list. This is used for saving the list into a database. This property is not intended to be used by your code. More...
|
|
new int | Capacity [get, set] |
| Gets or sets the total number of elements the internal data structure can hold without resizing. More...
|
|
Allows persisting of scalar values as a collection.
- Template Parameters
-
T | The type of elements in the list. |
Gets or sets the total number of elements the internal data structure can hold without resizing.
Gets or sets the serialized form of the list. This is used for saving the list into a database. This property is not intended to be used by your code.
The documentation for this class was generated from the following file:
- Models/PersistableList.cs