State Class
Namespace:
robotManager.FiniteStateMachine
Assembly: robotManager (in robotManager.dll)
Assembly: robotManager (in robotManager.dll)
Syntax
public abstract class State : IComparable<State>, IComparer<State>
Public MustInherit Class State _ Implements IComparable(Of State), IComparer(Of State)
public ref class State abstract : IComparable<State^>, IComparer<State^>