Struct Delta<T>
Assembly: Glitch9.dll
Syntax
public readonly struct Delta<T> : IEvent
Type Parameters
Constructors
|
Edit this page
View Source
Delta(string, int, string, T, bool)
Declaration
public Delta(string responseId, int itemIndex, string itemId, T value, bool itemDone = false)
Parameters
Properties
|
Edit this page
View Source
ItemDone
Declaration
public bool ItemDone { get; }
Property Value
|
Edit this page
View Source
ItemId
Declaration
public string ItemId { get; }
Property Value
|
Edit this page
View Source
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
|
Edit this page
View Source
ResponseId
Declaration
public string ResponseId { get; }
Property Value
|
Edit this page
View Source
Value
Declaration
Property Value
Implements
Extension Methods