Source(String, QsNullable<String>) 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 Source (string codeFile, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<string> assemblyFile);
new Microsoft.Quantum.QsCompiler.SyntaxTree.Source : string * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<string> -> Microsoft.Quantum.QsCompiler.SyntaxTree.Source
Public Sub New (codeFile As String, assemblyFile As QsNullable(Of String))
Parameters
- codeFile
- String
- assemblyFile
- QsNullable<String>