Table of Contents

Class TUList<T, U>

Namespace
SunamoData.Data
Assembly
SunamoData.dll

A list of TU<T, U> tuples that provides access to itself as a List.

public class TUList<T, U> : List<TU<T, U>>, IList<TU<T, U>>, ICollection<TU<T, U>>, IReadOnlyList<TU<T, U>>, IReadOnlyCollection<TU<T, U>>, IEnumerable<TU<T, U>>, IList, ICollection, IEnumerable

Type Parameters

T

The type of the first value in each tuple.

U

The type of the second value in each tuple.

Inheritance
List<TU<T, U>>
TUList<T, U>
Implements
IList<TU<T, U>>
Inherited Members
Extension Methods

Properties

List

Gets the list as itself (convenience property for compatibility).

public List<TU<T, U>> List { get; }

Property Value

List<TU<T, U>>