QsCustomType.AddAttributes(IEnumerable<QsDeclarationAttribute>) Method

Definition

public Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType AddAttributes (System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> att);
member this.AddAttributes : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType
Public Function AddAttributes (att As IEnumerable(Of QsDeclarationAttribute)) As QsCustomType

Parameters

Returns

QsCustomType

Applies to