Source.With(FSharpOption<String>, FSharpOption<String>) 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.
public Microsoft.Quantum.QsCompiler.SyntaxTree.Source With (Microsoft.FSharp.Core.FSharpOption<string> codeFile = default, Microsoft.FSharp.Core.FSharpOption<string> assemblyFile = default);
member this.With : option<string> * option<string> -> Microsoft.Quantum.QsCompiler.SyntaxTree.Source
Public Function With (Optional codeFile As FSharpOption(Of String) = Nothing, Optional assemblyFile As FSharpOption(Of String) = Nothing) As Source
Parameters
- codeFile
- Microsoft.FSharp.Core.FSharpOption<String>
- assemblyFile
- Microsoft.FSharp.Core.FSharpOption<String>