Method | Description | |
---|---|---|
TimeMachineState ( ) : System.Collections.Immutable | ||
TimeMachineState ( |
||
TimeMachineState ( object initialState ) : System.Collections.Immutable | ||
WithActions ( ImmutableList |
||
WithIsPaused ( bool isPaused ) : |
||
WithPosition ( int position ) : |
||
WithStates ( ImmutableList |
public TimeMachineState ( ) : System.Collections.Immutable | ||
return | System.Collections.Immutable |
public TimeMachineState ( |
||
other | ||
return | System.Collections.Immutable |
public TimeMachineState ( object initialState ) : System.Collections.Immutable | ||
initialState | object | |
return | System.Collections.Immutable |
public WithActions ( ImmutableList |
||
actions | ImmutableList |
|
return |
public WithIsPaused ( bool isPaused ) : |
||
isPaused | bool | |
return |
public WithPosition ( int position ) : |
||
position | int | |
return |
public WithStates ( ImmutableList | ||
states | ImmutableList | |
return |