Creates an instance of ObservableSet.
One or more entities.
Array of listeners to observe when entities are added to the collection.
Array of listeners to observe when entities are removed from the collection.
Add an entity to the collection.
Add one or more entities to the collection.
Remove an entity from the collection.
Remove one or more entities from the collection.
Generated using TypeDoc
Extends Set to notify observers when entities are added or removed.
ObservableSet
{Set}
{IObservableCollection}
TEntity