FileContentManager.GetNamespaceDeclarations 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.
Returns all namespace declarations in the file sorted by the line number they are declared on.
public System.Collections.Generic.IEnumerable<(string, Microsoft.Quantum.QsCompiler.DataTypes.Range)> GetNamespaceDeclarations ();
member this.GetNamespaceDeclarations : unit -> seq<ValueTuple<string, Microsoft.Quantum.QsCompiler.DataTypes.Range>>
Public Function GetNamespaceDeclarations () As IEnumerable(Of ValueTuple(Of String, Range))