🔡
Syllabore
GitHub
  • Overview
  • Starting Out
  • Fine-Tuning Generators
    • Positioning
    • Clusters
    • Weights
    • Chancing
    • Transforms
    • Filtering
  • More Techniques
    • Formatters
    • Generator Pools
    • Syllable Sets
    • Generator Serialization
  • More Examples
    • Soft/Hard-Sounding Names
    • Fantasy Names
    • Spaceship Names
    • Futuristic City Names
  • Class Docs
    • FilterCondition
    • FilterConstraint
    • GeneratorPool<T>
    • INameFilter
    • INameTransformer
    • IPotentialAction
    • IRandomizable
    • ISyllableGenerator
    • Name
    • NameFilter
    • NameFormat
    • NameFormatter
    • NameFormatterGeneratorOptions
    • NameGenerator
    • NameGeneratorSerializer
    • NameGeneratorTypeInformation
    • SerializedNameGenerator
    • SyllableGenerator
    • SyllableGeneratorFluentWrapper
    • SyllablePosition
    • SyllableSet
    • Symbol
    • SymbolGenerator
    • SymbolPosition
    • Transform
    • TransformSet
    • TransformStep
    • TransformStepType
Powered by GitBook
On this page
  • Constructors
  • Methods
  • Properties
  1. Class Docs

Name

PreviousISyllableGeneratorNextNameFilter

Last updated 2 months ago

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( copy)

Methods

Method
Returns
Description

Append(System.String syllable)

Adds a new syllable to this name. Returns this instance of for chaining.

Equals(System.Object obj)

System.Boolean

Returns true if this is equal to the specified . A is equal to another only if their string values are also equal.

GetHashCode()

System.Int32

Returns a hash code for this .

ToString()

System.String

Sequences the syllables of this into a single string, capitalizes it, and returns it.

Properties

Property
Type
Description

Syllables

System.Collections.Generic.List <System.String>

The ordered syllables that make up this name.

Name
Name
Name
Name
Name
Name
Name
Name
Name