System.Text.SuperEncoding.SuperEncoding C# (CSharp) Метод

SuperEncoding() статический приватный Метод

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