Class RenderRecord<T>
Inheritance
RenderRecord<T>
Assembly: Libplanet.dll
Syntax
public abstract class RenderRecord<T>
where T : IAction, new()
Type Parameters
Constructors
|
Improve this Doc
View Source
RenderRecord(Int64, String)
Declaration
protected RenderRecord(long index, string stackTrace)
Parameters
Properties
|
Improve this Doc
View Source
Index
The ordinal number of the render event.
Declaration
public long Index { get; }
Property Value
|
Improve this Doc
View Source
StackTrace
The stack trace of the render event.
Declaration
public string StackTrace { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides