'Declaration
ReadOnly Property LastCycleEnterTick As Long
'Usage
Dim instance As _AutomatonStateStatistics Dim value As Long value = instance.LastCycleEnterTick
long LastCycleEnterTick {get;}
'Declaration
ReadOnly Property LastCycleEnterTick As Long
'Usage
Dim instance As _AutomatonStateStatistics Dim value As Long value = instance.LastCycleEnterTick
long LastCycleEnterTick {get;}
As opposed to LastEnterTick, this property requires the cycle be completed (state be transitioned from).