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