AttributeUtils.StringArguments(String[]) Method

Definition

Builds an attribute argument with the given string valued tuple items. If a given string is null, the value of the corresponding item is set to the empty string. If no items are given, a suitable argument of type unit is returned.

public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression StringArguments (params string[] items);
static member StringArguments : string[] -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function StringArguments (ParamArray items As String()) As TypedExpression

Parameters

items
String[]

Returns

TypedExpression

Applies to