Skip to content

P_Ekstrand_Encryption_Ciphers_ITurn_StarterRotor

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

ITurn.StarterRotor Property

Gets a value indicating whether Rotor is starter

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

Syntax

C#

bool StarterRotor { get; set; }

VB

Property StarterRotor As Boolean
	Get
	Set

C++

property bool StarterRotor {
	bool get ();
	void set (bool value);
}

F#

abstract StarterRotor : bool with get, set

Property Value

Type: Boolean
true if starter rotor otherwise, false.

See Also

Reference

ITurn Interface
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally