SourceModule.IsReference(Source) Method

Definition

[Microsoft.FSharp.Core.CompilationSourceName("isReference")]
public static bool IsReference (Microsoft.Quantum.QsCompiler.SyntaxTree.Source source);
[<Microsoft.FSharp.Core.CompilationSourceName("isReference")>]
Microsoft.Quantum.QsCompiler.SyntaxTree.Source.isReference : Microsoft.Quantum.QsCompiler.SyntaxTree.Source -> bool
Public Shared Function IsReference (source As Source) As Boolean

Parameters

source
Source

Returns

Boolean
Attributes
Microsoft.FSharp.Core.CompilationSourceNameAttribute

Applies to