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
TThe type of the first value in each tuple.
UThe type of the second value in each tuple.
- Inheritance
-
TUList<T, U>
- Implements
-
ICollection<TU<T, U>>IReadOnlyList<TU<T, U>>IReadOnlyCollection<TU<T, U>>IEnumerable<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; }