Skip to content

P_Ekstrand_Encryption_Ciphers_EnigmaBinary_Turns

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

EnigmaBinary.Turns Property

Gets the turn collection.

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

Syntax

C#

public Collection<ITurn> Turns { get; }

VB

Public ReadOnly Property Turns As Collection(Of ITurn)
	Get

C++

public:
property Collection<ITurn^>^ Turns {
	Collection<ITurn^>^ get ();
}

F#

member Turns : Collection<ITurn> with get

Property Value

Type: Collection(ITurn)
Collection of Turns

See Also

Reference

EnigmaBinary Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally