AK.F1.Timing.Live.Encryption.DecrypterFactoryBase.CreateWithSeed C# (CSharp) 메소드

CreateWithSeed() 보호된 추상적인 메소드

When overriden in a derived class; creates a new AK.F1.Timing.Live.Encryption.IDecrypter using the specified seed.
protected abstract CreateWithSeed ( int seed ) : IDecrypter
seed int The decryption seed.
리턴 IDecrypter
        protected abstract IDecrypter CreateWithSeed(int seed);