TypeRef.MakeGenericTypeRef(ImmutableArray<TypeRef>) Method
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.
C#
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
- genericTypeArguments
- ImmutableArray<TypeRef>
Product | Versions |
---|---|
microsoft.visualstudio.composition | 16.3, 16.4 |