SyntaxExtensions.New.Static Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 2, 7 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType QsCustomType.New.Static (Microsoft.Quantum.QsCompiler.SyntaxTree.Source source, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> location, Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName name, System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> attributes, Microsoft.Quantum.QsCompiler.SyntaxTokens.Access access, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeItem> items, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType underlyingType, System.Collections.Immutable.ImmutableArray<string> documentation, Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments comments);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 2, 7 })>]
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsCustomType.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.Source * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> * Microsoft.Quantum.QsCompiler.SyntaxTokens.Access * Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeItem> * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * System.Collections.Immutable.ImmutableArray<string> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType
Public Shared Function QsCustomType.New.Static (source As Source, location As QsNullable(Of QsLocation), name As QsQualifiedName, attributes As ImmutableArray(Of QsDeclarationAttribute), access As Access, items As QsTuple(Of QsTypeItem), underlyingType As ResolvedType, documentation As ImmutableArray(Of String), comments As QsComments) As QsCustomType

Parameters

source
Source
access
Access
underlyingType
ResolvedType
documentation
ImmutableArray<String>
comments
QsComments

Returns

QsCustomType
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to