Compartir a través de


Pair(TFirst, TSecond) Constructor (TFirst, TSecond)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSubNew ( _
    firstAs TFirst, _
    secondAs TSecond _
)
'Usage
DimfirstAs TFirst
DimsecondAs TSecond

DiminstanceAs NewPair(first, second)
publicPair(
    TFirst first,
    TSecond second
)
public:
Pair(
    TFirst first, 
    TSecond second
)
publicfunctionPair(
    first : TFirst, 
    second : TSecond
)

Parameters

.NET Framework Security

See Also

Reference

Pair< (Of < ( <'TFirst, TSecond> ) > ) > Class

Pair< (Of < ( <'TFirst, TSecond> ) > ) > Members

Pair< (Of < ( <'TFirst, TSecond> ) > ) > Overload

System.Dataflow Namespace