Skip to content

P_Ekstrand_Encryption_Ciphers_IRotorParameters_StartPosition

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

IRotorParameters.StartPosition Property

Gets or sets the start position.

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

Syntax

C#

int StartPosition { get; set; }

VB

Property StartPosition As Integer
	Get
	Set

C++

property int StartPosition {
	int get ();
	void set (int value);
}

F#

abstract StartPosition : int with get, set

Property Value

Type: Int32
int start position value

See Also

Reference

IRotorParameters Interface
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally