Skip to content

P_Ekstrand_Encryption_Ciphers_IRotorController_Reflector

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

IRotorController.Reflector Property

Gets or sets the reflector.

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

Syntax

C#

IRotor Reflector { get; set; }

VB

Property Reflector As IRotor
	Get
	Set

C++

property IRotor^ Reflector {
	IRotor^ get ();
	void set (IRotor^ value);
}

F#

abstract Reflector : IRotor with get, set

Property Value

Type: IRotor
The reflector.

See Also

Reference

IRotorController Interface
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally