TypedExpression.AsTypeArguments<c,d,e> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>>