Function Collection.this
Constructs a new collection instance that is tied to a particular parent collection entry.
Prototype
this(
I api,
Collection . ParentIDs pids
);
Parameters
Name | Description |
---|---|
api | The target interface imstance to be mapped as a collection |
pids | The indexes of all collections in which this collection is nested (if any) |
Authors
Sönke Ludwig, Михаил Страшун
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.