System.Xml.Ucs4Encoding.GetDecoder C# (CSharp) Method

GetDecoder() public method

public GetDecoder ( ) : Decoder
return System.Text.Decoder
        public override Decoder GetDecoder() {
            return ucs4Decoder;
        }