Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DTwoWayDictionary.cs36 public bool TryExchange(TLeft left, TRight newRight, out TRight oldRight) in TryExchange() argument
44 Add(left, newRight); in TryExchange()