Skip to content

M_Ekstrand_Encryption_Ciphers_RotorController_Initialize

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

RotorController.Initialize Method

Initializer this instance.

Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public override void Initialize()

VB

Public Overrides Sub Initialize

C++

public:
virtual void Initialize() override

F#

abstract Initialize : unit -> unit 
override Initialize : unit -> unit 

Implements

IRotorController.Initialize()

Exceptions

 

Exception Condition
InvalidOperationException Rotor and Turn Collection count do not match.
NullReferenceException Reflector or EntryRotor

See Also

Reference

RotorController Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally