Exemplo n.º 1
0
 public MutableCollection(IValueAD root, Factories.DataTreeFactory dataTreeFactory)
 {
     _root = root;
     _dataTreeFactory = dataTreeFactory;
 }
 public StreamCollectionFactory(IMdNodeFactory nodeFactory, DataTreeFactory dataTreeFactory)
 {
     _nodeFactory     = nodeFactory;
     _dataTreeFactory = dataTreeFactory;
 }
Exemplo n.º 3
0
 public StreamCollection(IValueAD root, Factories.DataTreeFactory dataTreeFactory)
 => _collection = new MutableCollection <StreamType>(root, dataTreeFactory);