Class DebugUI.HistoryEnumField
Inheritance
System.Object
DebugUI.HistoryEnumField
Syntax
public class HistoryEnumField : DebugUI.EnumField, DebugUI.IValueField
Properties
historyDepth
Declaration
public int historyDepth { get; }
Property Value
Type |
Description |
System.Int32 |
|
historyIndexGetter
Declaration
public Func<int>[] historyIndexGetter { get; set; }
Property Value
Type |
Description |
System.Func<System.Int32>[] |
|
Methods
GetHistoryValue(Int32)
Declaration
public int GetHistoryValue(int historyIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
historyIndex |
|
Returns
Type |
Description |
System.Int32 |
|