상속: TypeDecoder
예제 #1
0
 public BytesTypeDecoder()
 {
     _stringTypeDecoder = new StringTypeDecoder();
 }
예제 #2
0
 public BytesTypeDecoder()
 {
     stringTypeDecoder = new StringTypeDecoder();
 }
예제 #3
0
 public BytesTypeDecoder()
 {
     this.stringTypeDecoder = new StringTypeDecoder();
 }