コード例 #1
0
 public unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount)
 {
     return(EncodingForwarder.GetChars(this, bytes, byteCount, chars, charCount));
 }
コード例 #2
0
 public override int GetChars(byte[] bytes, int byteIndex, int byteCount,
                              char[] chars, int charIndex)
 {
     return(EncodingForwarder.GetChars(this, bytes, byteIndex, byteCount, chars, charIndex));
 }