Contents

init(value:identifier:)

Creates a specification for a named textual metaparameter with the given value.

Declaration

convenience init(value: String, identifier: String)

Parameters

  • value:

    The default text for the metaparameter specification.

  • identifier:

    A unique name for the metaparameter specification.

See Also

Creating a Parameter Definition