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);
        }