Exemplo n.º 1
0
 public UserCode(SCG.IReadOnlyDictionary <int, ISubsystem> subsystems, SCG.IReadOnlyList <ICommand> commands)
 {
     this.subsystems = subsystems;
     this.commands   = commands;
 }
 public void ReferenceImplicitlyCastableToIReadOnlyDictionary()
 {
     SCG.IReadOnlyDictionary <int, string> x = dict;
     AssertEquals(x, dict);
 }
 public UserCode(SCG.IReadOnlyDictionary<int, ISubsystem> subsystems, SCG.IReadOnlyList<ICommand> commands)
 {
     this.subsystems = subsystems;
     this.commands = commands;
 }