DBCSCodePage.DBCSEncoding.DBCSEncoding C# (CSharp) Method

DBCSEncoding() static private method

static private DBCSEncoding ( ) : System
return System
        static DBCSEncoding()
        {
            if (!BitConverter.IsLittleEndian)
                throw new PlatformNotSupportedException("Not supported big endian platform.");

            _cache = new Dictionary<string, Tuple<char[], ushort[]>>();
        }