AttributeUtils.StringArguments(String[]) 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.
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[]