Redux.DevTools.TimeMachineState.TimeMachineState C# (CSharp) Method

TimeMachineState() public method

public TimeMachineState ( ) : System.Collections.Immutable
return System.Collections.Immutable
        public TimeMachineState()
        {
            Actions = ImmutableList<IAction>.Empty;
            States = ImmutableList<object>.Empty;
        }

Same methods

TimeMachineState::TimeMachineState ( TimeMachineState other ) : System.Collections.Immutable
TimeMachineState::TimeMachineState ( object initialState ) : System.Collections.Immutable