TypeRef.MakeGenericTypeRef(ImmutableArray<TypeRef>) Method

Definition

public Microsoft.VisualStudio.Composition.Reflection.TypeRef MakeGenericTypeRef (System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Composition.Reflection.TypeRef> genericTypeArguments);
member this.MakeGenericTypeRef : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Composition.Reflection.TypeRef> -> Microsoft.VisualStudio.Composition.Reflection.TypeRef
Public Function MakeGenericTypeRef (genericTypeArguments As ImmutableArray(Of TypeRef)) As TypeRef

Parameters

genericTypeArguments
ImmutableArray<TypeRef>

Returns

Applies to