UserDefinedType(String, String, QsNullable<Range>) Constructor
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 UserDefinedType (string namespace, string name, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> range);
new Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType : string * string * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> -> Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType
Public Sub New (namespace As String, name As String, range As QsNullable(Of Range))
Parameters
- namespace
- String
- name
- String
- range
- QsNullable<Range>