상속: System.Text.DecoderFallbackBuffer
예제 #1
0
 public ExceptionFallBack(byte[] bytes)
 {
     buffer = new ExceptionFallbackBuffer(bytes);
 }
예제 #2
0
 public ExceptionFallBack(byte[] bytes) {
     buffer = new ExceptionFallbackBuffer(bytes);
 }