AK.F1.Timing.Live.Encryption.DecrypterFactoryBase.DecrypterFactoryBase C# (CSharp) Method

DecrypterFactoryBase() protected method

Initialises a new instance of the DecrypterFactoryBase class.
protected DecrypterFactoryBase ( ) : System
return System
        protected DecrypterFactoryBase()
        {
            SeedCache = new Dictionary<string, int>(StringComparer.Ordinal);
        }