Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DSimpleContainer.cs16 public interface ISimpleContainer interface
21 …ainerBase<T> : IPeripheralContainer<T, NumberRegistrationPoint<int>>, IDisposable, ISimpleContainer
74 …Dictionary<int, IPeripheral> ISimpleContainer.ChildCollection => this.ChildCollection.ToDictionary…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheral.cs61 var simpleContainer = @this as ISimpleContainer; in TryGetMachine()