SyntaxExtensions.New.Static 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.
Caution
Use QsTypeParameter.New(string, string) instead.
[System.Obsolete("Use QsTypeParameter.New(string, string) instead.")]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter QsTypeParameter.New.Static (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName origin, string tName, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> range);
[<System.Obsolete("Use QsTypeParameter.New(string, string) instead.")>]
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsTypeParameter.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter
Public Shared Function QsTypeParameter.New.Static (origin As QsQualifiedName, tName As String, range As QsNullable(Of Range)) As QsTypeParameter
Parameters
- origin
- QsQualifiedName
- tName
- String
- range
- QsNullable<Range>
Returns
- Attributes