Base:
method
GetChars
System.Text.Decoder.GetChars(System.Byte[], System.Int32, System.Int32, System.Char[], System.Int32)
1 reference to GetChars
System.Xml (1)
System\Xml\XmlEncoding.cs (1)
215return ucs4Decoder.GetChars( bytes, byteIndex, byteCount, chars, charIndex );