Table of Contents

Class StateList

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

This class represents a list of states.

public class StateList : List<IState>, IList<IState>, ICollection<IState>, IReadOnlyList<IState>, IReadOnlyCollection<IState>, IEnumerable<IState>, IList, ICollection, IEnumerable
Inheritance
StateList
Implements
Inherited Members

Constructors

StateList(params IState[])

public StateList(params IState[] states)

Parameters

states IState[]

Operators

implicit operator StateList(State)

public static implicit operator StateList(State state)

Parameters

state State

Returns

StateList