Initialise a new instance of Entry<(Of <(<'T>)>)> with a sequence number and the underlying data

Namespace: RCLibrary.SlimPC
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Entry(
	long sequence,
	T data
)
Visual Basic
Public Sub New ( _
	sequence As Long, _
	data As T _
)
Visual C++
public:
Entry(
	long long sequence, 
	T data
)

Parameters

sequence
Type: System..::..Int64
sequence number.
data
Type: T
underlying data.

See Also