TypeRef.MakeGenericTypeRef(ImmutableArray<TypeRef>) 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 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>