AK.F1.Timing.Live.Encryption.DecrypterFactoryBase.DecrypterFactoryBase C# (CSharp) Метод

DecrypterFactoryBase() защищенный Метод

Initialises a new instance of the DecrypterFactoryBase class.
protected DecrypterFactoryBase ( ) : System
Результат System
        protected DecrypterFactoryBase()
        {
            SeedCache = new Dictionary<string, int>(StringComparer.Ordinal);
        }