TypedExpression.AsTypeArguments<c,d,e> Method

Definition

public static System.Collections.Immutable.ImmutableArray<Tuple<c,d,e>> AsTypeArguments<c,d,e> (System.Collections.Immutable.ImmutableDictionary<Tuple<c,d>,e> typeParamResolutions);
static member AsTypeArguments : System.Collections.Immutable.ImmutableDictionary<'c * 'd, 'e> -> System.Collections.Immutable.ImmutableArray<'c * 'd * 'e>
Public Shared Function AsTypeArguments(Of c, d, e) (typeParamResolutions As ImmutableDictionary(Of Tuple(Of c, d), e)) As ImmutableArray(Of Tuple(Of c, d, e))

Type Parameters

c
d
e

Parameters

typeParamResolutions
ImmutableDictionary<Tuple<c,d>,e>

Returns

ImmutableArray<Tuple<c,d,e>>

Applies to