Class State<T>
Inherited Members
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public class State<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Edit this page View SourceState(T, string)
Declaration
public State(T value, string reason = null)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | |
| string | reason |
Properties
| Edit this page View SourceReason
Declaration
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public T Value { get; set; }
Property Value
| Type | Description |
|---|---|
| T |