Home
last modified time | relevance | path

Searched refs:newLeft (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DTwoWayDictionary.cs49 public bool TryExchange(TRight right, TLeft newLeft, out TLeft oldLeft) in TryExchange() argument
57 Add(newLeft, right); in TryExchange()