Skip to content

P_Ekstrand_Encryption_Ciphers_EnigmaBinaryParameters_Reflector

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

EnigmaBinaryParameters.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#

public IRotor Reflector { get; set; }

VB

Public Property Reflector As IRotor
	Get
	Set

C++

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

F#

member Reflector : IRotor with get, set

Property Value

Type: IRotor
The reflector.

See Also

Reference

EnigmaBinaryParameters Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally