Pair<T1,T2>(T1, T2) Constructor

Definition

public Pair (T1 one, T2 two);
new Microsoft.Bot.Builder.Internals.Fibers.Pair<'T1, 'T2 (requires 'T1 :> IEquatable<'T1> and 'T1 :> IComparable<'T1> and 'T2 :> IEquatable<'T2> and 'T2 :> IComparable<'T2>)> : 'T1 * 'T2 -> Microsoft.Bot.Builder.Internals.Fibers.Pair<'T1, 'T2 (requires 'T1 :> IEquatable<'T1> and 'T1 :> IComparable<'T1> and 'T2 :> IEquatable<'T2> and 'T2 :> IComparable<'T2>)>
Public Sub New (one As T1, two As T2)

Parameters

one
T1
two
T2

Applies to