System.Text.SuperEncoding.SuperEncoding C# (CSharp) Method

SuperEncoding() static private method

static private SuperEncoding ( ) : System.Collections.Generic
return System.Collections.Generic
        static SuperEncoding()
        {
            if (!BitConverter.IsLittleEndian)
                throw new PlatformNotSupportedException("Not supported big endian platform.");
            _cache = new Dictionary<string, Tuple<char[], ushort[]>>();
        }