System.Xml.Ucs4Encoding1234.GetPreamble C# (CSharp) Method

GetPreamble() public method

public GetPreamble ( ) : byte[]
return byte[]
        public override byte[] GetPreamble() {
            return new byte[4] { 0x00, 0x00, 0xfe, 0xff };
        }
    }