public ParagraphIdSnapshotGenerator( IParagraphIdCollectionFeature collection, ISharedFeature <IParagraphIdCollectionFeature> shared, IPackageEventsFeature packageEvents) { _collection = collection; _shared = shared; _events = packageEvents; _events.Change += PackageChangeEvent; }
public void Add(IParagraphIdCollectionFeature other) { _others.Add(other); }
public bool Remove(IParagraphIdCollectionFeature collection) => _others.Remove(collection);