Skip to content

P_Ekstrand_Encryption_Ciphers_IRotor_TurnDirection

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

IRotor.TurnDirection Property

Gets or sets the turn direction.

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

Syntax

C#

RotorTurnDirection TurnDirection { get; set; }

VB

Property TurnDirection As RotorTurnDirection
	Get
	Set

C++

property RotorTurnDirection TurnDirection {
	RotorTurnDirection get ();
	void set (RotorTurnDirection value);
}

F#

abstract TurnDirection : RotorTurnDirection with get, set

Property Value

Type: RotorTurnDirection
The turn direction.

See Also

Reference

IRotor Interface
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally