public HiberarchyAgileNodePicker(ISmartDictionaryCache <string, TVal> _cache, string _rootID) { this.smartDictionaryCache = _cache; this.rootID = _rootID; }
public HiberarchyCache() { this.smartDictionaryCache = new SmartDictionaryCache <string, TVal>(); this.agileMultiTree = new AgileMultiTree <TVal>(); this.sequenceCodeSplitter = ','; }