System.Xml.Ucs4Decoder.GetFullChars C# (CSharp) Method

GetFullChars() abstract private method

abstract private GetFullChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
return int
        internal abstract int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex );