ReadOnlyListSegment<(Of <(<'T>)>)>..::..List Property

Gets the underlying list.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public IReadOnlyList<T> List { get; }
Public ReadOnly Property List As IReadOnlyList(Of T)
	Get

Field Value

The list.

Exceptions


ExceptionCondition
[InvalidOperationException]The ReadOnlyListSegment is empty.