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[]>>();
        }