コード例 #1
0
 private DeviceStatus(StatusRepresentation representation)
 {
     this.Representation = representation;
 }
コード例 #2
0
 private StartingPlayer(StatusRepresentation represenation) => Representation = represenation;
コード例 #3
0
 private SampleObject(StatusRepresentation represenation) => Representation = represenation;
コード例 #4
0
 private PlayerType(StatusRepresentation represenation, IPlayer player)
 {
     Representation = represenation;
     Player         = player;
 }