Search Results for

    Show / Hide Table of Contents

    Class FlatTupleListWrapper<T>

    Inheritance
    object
    FlatTupleListWrapper<T>
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class FlatTupleListWrapper<T>
    Type Parameters
    Name Description
    T

    Fields

    list

    Declaration
    public IList<T> list
    Field Value
    Type Description
    System.Collections.Generic.IList<T><T>

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    this[int]

    Declaration
    public (T, T) this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    (T, T)

    Methods

    GetEnumerator()

    Declaration
    public IEnumerator<(T, T)> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<T><(T, T)>
    In This Article
    Back to top Shape of Dreams API Documentation