Skip to content

P_Ekstrand_Encryption_Ciphers_AbstractRotorController_Rotors

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

AbstractRotorController.Rotors Property

Gets the collection of rotors

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

Syntax

C#

public Collection<IRotor> Rotors { get; }

VB

Public ReadOnly Property Rotors As Collection(Of IRotor)
	Get

C++

public:
virtual property Collection<IRotor^>^ Rotors {
	Collection<IRotor^>^ get () sealed;
}

F#

abstract Rotors : Collection<IRotor> with get
override Rotors : Collection<IRotor> with get

Property Value

Type: Collection(IRotor)
The rotors.

Implements

IRotorController.Rotors

See Also

Reference

AbstractRotorController Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally