SyllableGeneratorFluentWrapper
Last updated
Last updated
A convenience wrapper for that is used by NameGenerator's fluent extension methods. Not meant to be used outside of the fluent API.
Chance(System.Double chance)
Sets the chance of generating a symbol for the last modified symbol position.
CopyEnd()
CopyInner()
CopyStart()
First(System.String symbols)
Adds symbols to the first position of the syllable.
Adds symbols to the first position of the syllable.
Last(System.String symbols)
Adds symbols to the last position of the syllable.
Adds symbols to the last position of the syllable.
Middle(System.String symbols)
Adds symbols to the middle position of the syllable.
Adds symbols to the middle position of the syllable.
Result
SyllableGeneratorFluentWrapper( parent, syllablePosition, syllables)
Copies the SyllableGenerator from the ending position to the current syllable position. This method only works if the ending position is of type .
Copies the SyllableGenerator from the inner position to the current syllable position. This method only works if the inner position is of type .
Copies the SyllableGenerator from the starting position to the current syllable position. This method only works if the starting position is of type .
First( symbols)
First(System.Func <,> configuration)
Last( symbols)
Last(System.Func <,> configuration)
Middle( symbols)
Middle(System.Func <,> configuration)
The resulting after applying the fluent configuration.