Show / Hide Table of Contents

Class PartOfSpeech

Inheritance
object
PartOfSpeech
Adjective
Adverb
Conjunction
Interjection
Noun
Preposition
Pronoun
Verb
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RandomGenerator.Core
Assembly: RandomGenerator.dll
Syntax
public abstract class PartOfSpeech

Fields

| Improve this Doc View Source

random

Declaration
protected static readonly Random random
Field Value
Type Description
Random

Properties

| Improve this Doc View Source

Length

Declaration
public abstract int Length { get; }
Property Value
Type Description
int

Methods

| Improve this Doc View Source

GetPart(int)

Declaration
public abstract string GetPart(int index)
Parameters
Type Name Description
int index
Returns
Type Description
string
| Improve this Doc View Source

GetParts()

Declaration
public abstract IEnumerable<string> GetParts()
Returns
Type Description
IEnumerable<string>
| Improve this Doc View Source

GetRandomPart()

Declaration
public abstract string GetRandomPart()
Returns
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX