KeywordName

public struct KeywordName : XMLRepresentable

Undocumented

  • The value of the keyword name.

    Declaration

    Swift

    public var value: String
  • Initializes a new keyword name.

    Declaration

    Swift

    public init(value: String)

    Parameters

    value

    The value of the keyword name.