Provides access to members that request sequence properties.
Members
Name | Description | |
---|---|---|
CurrentValue | The current value of the sequence. | |
IncrementValue | The increment value of the sequence. | |
Name | The name of the sequence. | |
StartValue | The start value of the sequence. |
ISequence.CurrentValue Property
The current value of the sequence.
Public ReadOnly Property CurrentValue As Integer
public int CurrentValue {get;}
ISequence.IncrementValue Property
The increment value of the sequence.
Public ReadOnly Property IncrementValue As Integer
public int IncrementValue {get;}
ISequence.Name Property
The name of the sequence.
Public ReadOnly Property Name As String
public string Name {get;}
ISequence.StartValue Property
The start value of the sequence.
Public ReadOnly Property StartValue As Integer
public int StartValue {get;}
Classes that implement ISequence
Classes | Description |
---|