[Missing <summary> documentation for "P:RCLibrary.SlimPC.RingBuffer2`1.Item(System.Int64)"]

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

Syntax

C#
public Entry<T> this[
	long sequence
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	sequence As Long _
) As Entry(Of T)
	Get
Visual C++
public:
property Entry<T> default[long long sequence] {
	Entry<T> get (long long sequence);
}

Parameters

sequence
Type: System..::..Int64
sequence for the Entry<(Of <(<'T>)>)>

See Also