Tuple(ITEM0) Class

Microsoft Robotics Class Reference

A type-safe, type-heterogeneous, item collection used for joins.

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public sealed class Tuple<ITEM0>

Type Parameters

  • ITEM0
    The type of the 0th item.

Remarks

Indicies are 0-based.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core..::..Tuple<(Of <(<'ITEM0>)>)>

See Also

Tuple< (Of < ( <'ITEM0> ) > ) > Members

Microsoft.Ccr.Core Namespace