Exemplo n.º 1
0
            public ParagraphIdSnapshotGenerator(
                IParagraphIdCollectionFeature collection,
                ISharedFeature <IParagraphIdCollectionFeature> shared,
                IPackageEventsFeature packageEvents)
            {
                _collection = collection;
                _shared     = shared;
                _events     = packageEvents;

                _events.Change += PackageChangeEvent;
            }
Exemplo n.º 2
0
 public void Add(IParagraphIdCollectionFeature other)
 {
     _others.Add(other);
 }
Exemplo n.º 3
0
 public bool Remove(IParagraphIdCollectionFeature collection)
 => _others.Remove(collection);