SlugsGenerator(NullableInt32, DictionaryPartsOfSpeech, String) - конструктор
Конструктор.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public SlugsGenerator(
int? seed,
Dictionary<PartsOfSpeech, string[]> wordList
)
Public Sub New (
seed As Integer?,
wordList As Dictionary(Of PartsOfSpeech, String())
)
public:
SlugsGenerator(
Nullable<int> seed,
Dictionary<PartsOfSpeech, array<String^>^>^ wordList
)
new :
seed : Nullable<int> *
wordList : Dictionary<PartsOfSpeech, string[]> -> SlugsGenerator
Параметры
- seed NullableInt32
- Начальное значение для генератора рандомных чисел или null.
- wordList DictionaryPartsOfSpeech, String
- Список слов. Не может быть null.