Was this page helpful?

Tuplet Constructors

    Tuplet()

    public Tuplet();
    Create a new instance.

    Parameters

    Name Type Description

    Tuplet(Object[] items)

    public Tuplet(Object[] items);
    Create a new instance from a list of items.

    Parameters

    Name Type Description
    items Object[]  

    Tuplet(T1 t1, T2 t2)

    public Tuplet(T1 t1, T2 t2);
    Create a new instance with initial values for all items.

    Parameters

    Name Type Description
    t1 T1 The first item.
    t2 T2 The second item.

    Tuplet(KeyValuePair<T1,T2> pair)

    public Tuplet(KeyValuePair<T1,T2> pair);
    Create a new instance from a key/value pair.

    Parameters

    Name Type Description
    pair KeyValuePair<T1,T2> Key/Value pair.
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by