Name
Represents a sequence of syllables that make up a name.
Constructors
Constructor
Description
Name()
Creates an empty name with no syllables.
Name(System.String[] syllable)
Creates a new name with the desired syllables.
Name(Name copy)
Methods
Properties
Property
Type
Description
Syllables
System.Collections.Generic.List <System.String>
The ordered syllables that make up this name.
Last updated