SyntaxExtensions.New.Static 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 static Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace QsNamespace.New.Static (string name, System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespaceElement> elements, System.Linq.ILookup<string,System.Collections.Immutable.ImmutableArray<string>> documentation);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsNamespace.New.Static : string * seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespaceElement> * System.Linq.ILookup<string, System.Collections.Immutable.ImmutableArray<string>> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace
Public Shared Function QsNamespace.New.Static (name As String, elements As IEnumerable(Of QsNamespaceElement), documentation As ILookup(Of String, ImmutableArray(Of String))) As QsNamespace
Parameters
- name
- String
- elements
- IEnumerable<QsNamespaceElement>
- documentation
- ILookup<String,ImmutableArray<String>>