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
valueThe value of the keyword name.
KeywordName Structure Reference