Skip to content

F_Ekstrand_Encryption_Ciphers_AbstractRotorController_m_Turns

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

AbstractRotorController.m_Turns Field

The turn collection

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

Syntax

C#

protected readonly ObservableCollection<ITurn> m_Turns

VB

Protected ReadOnly m_Turns As ObservableCollection(Of ITurn)

C++

protected:
initonly ObservableCollection<ITurn^>^ m_Turns

F#

val m_Turns: ObservableCollection<ITurn>

Field Value

Type: ObservableCollection(ITurn)

See Also

Reference

AbstractRotorController Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally