QsTypeKind<Type,UdtName,TParam,Characteristics>.NewTypeParameter Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 13)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Type,UdtName,TParam,Characteristics> NewTypeParameter (TParam item);
Public Shared Function NewTypeParameter (item As TParam) As QsTypeKind(Of Type, UdtName, TParam, Characteristics)

Parameters

item
TParam

Returns

QsTypeKind<Type,UdtName,TParam,Characteristics>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to