Provides the configuration of a single state.

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
[SerializableAttribute]
public sealed class State : IEnumerable, 
	ISerializable, IDeserializationComplete
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class State _
	Implements IEnumerable, ISerializable, IDeserializationComplete

Inheritance Hierarchy

System..::..Object
  RRAutoLib.CTC..::..PkStatesList..::..State

See Also