Searched refs:ISimpleContainer (Results 1 – 2 of 2) sorted by relevance
16 public interface ISimpleContainer interface21 …ainerBase<T> : IPeripheralContainer<T, NumberRegistrationPoint<int>>, IDisposable, ISimpleContainer74 …Dictionary<int, IPeripheral> ISimpleContainer.ChildCollection => this.ChildCollection.ToDictionary…
61 var simpleContainer = @this as ISimpleContainer; in TryGetMachine()