Class FlatTupleListWrapper<T>
Inheritance
object
FlatTupleListWrapper<T>
Assembly: Dew.Core.dll
Syntax
public class FlatTupleListWrapper<T>
Type Parameters
Fields
list
Declaration
Field Value
| Type |
Description |
| System.Collections.Generic.IList<T><T> |
|
Properties
Count
Declaration
public int Count { get; }
Property Value
this[int]
Declaration
public (T, T) this[int index] { get; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value
Methods
GetEnumerator()
Declaration
public IEnumerator<(T, T)> GetEnumerator()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerator<T><(T, T)> |
|