Pair.Create<T1,T2>(T1, T2) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public static Microsoft.Bot.Builder.Internals.Fibers.Pair<T1,T2> Create<T1,T2> (T1 one, T2 two) where T1 : IEquatable<T1>, IComparable<T1> where T2 : IEquatable<T2>, IComparable<T2>;
static member Create : '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>)> (requires 'T1 :> IEquatable<'T1> and 'T1 :> IComparable<'T1> and 'T2 :> IEquatable<'T2> and 'T2 :> IComparable<'T2>)
Public Shared Function Create(Of T1 As {IEquatable(Of T1), IComparable(Of T1)}, T2 As {IEquatable(Of T1), IComparable(Of T1)}) (one As T1, two As T2) As Pair(Of T1, T2)
Paramètres de type
- T1
- T2
Paramètres
- one
- T1
- two
- T2