Persistate API documentation
UsedPackages Property
NamespacesPersistatePackageUsedPackages

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

The set of other Packages used by this one.
Declaration Syntax
C#
public IndexedList<Package> UsedPackages { get; }
Remarks
These are the Packages you included in a Use statement in the Persistate definition file, and whose classes you can use in your Package. All used packages must be in the AvailablePackages collection of this package's parent Environment.

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