Class Interjection
Assembly: RandomGenerator.dll
Syntax
public class Interjection : PartOfSpeech
Constructors
|
Improve this Doc
View Source
Interjection()
Declaration
|
Improve this Doc
View Source
Interjection(IEnumerable<string>)
Declaration
public Interjection(IEnumerable<string> nouns)
Parameters
Properties
|
Improve this Doc
View Source
Length
Declaration
public override int Length { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
GetPart(int)
Declaration
public override string GetPart(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
Overrides
|
Improve this Doc
View Source
GetParts()
Declaration
public override IEnumerable<string> GetParts()
Returns
Overrides
|
Improve this Doc
View Source
GetRandomPart()
Declaration
public override string GetRandomPart()
Returns
Overrides