コード例 #1
0
 public TestHeader(TestFormat testFormat)
 {
     this.testFormat = testFormat;
 }
コード例 #2
0
 public TestEncoder(TestFormat testFormat)
 {
     this.testFormat = testFormat;
 }
コード例 #3
0
 public TestDecoder(TestFormat testFormat) => this.testFormat = testFormat;