Persistate API documentation
Collection Method
NamespacesPersistatePersistentCollection()()()()

[This is preliminary documentation and is subject to change.]

Creates a Persistent collection to contain provisional objects
Declaration Syntax
C#
public static IndexedList<Persistent> Collection()
Return Value
The newly created collection.
Remarks
You can use this if you want to use the facilities of IndexedList<(Of <(<'T>)>)> for ad-hoc collections of objects. Each generated class also has a Collection() method which you can use for more strongly typed collections.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)