Class DatedEventManager<DataType, TimeType>.EventRecord
Implements
Inherited Members
Namespace: Xareus.Utils
Assembly: Xareus.Utils.dll
Syntax
public record DatedEventManager<DataType, TimeType>.EventRecord : IEquatable<DatedEventManager<DataType, TimeType>.EventRecord>
Properties
Data
Declaration
public DataType Data { get; set; }
Property Value
Type | Description |
---|---|
DataType |
RecordTime
Declaration
public TimeType RecordTime { get; set; }
Property Value
Type | Description |
---|---|
TimeType |