Beispiel #1
0
 protected Symbol(Symbol prototype)
     : this(prototype.Id, prototype.Name, prototype.Pool)
 {
 }
Beispiel #2
0
 public CommandKey(Symbol prototype)
     : base(prototype)
 {
 }