Home
last modified time | relevance | path

Searched defs:connectionWay (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DMultiTreeNode.cs32 … public MultiTreeNode<TValue, TConnectionWay> AddChild(TValue value, TConnectionWay connectionWay) in AddChild()
86 public void RemoveChild(TConnectionWay connectionWay, Func<TValue, bool> tester = null) in RemoveChild()