Show / Hide Table of Contents

Class Verb

Inheritance
object
PartOfSpeech
Verb
Inherited Members
PartOfSpeech.random
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 class Verb : PartOfSpeech

Constructors

| Improve this Doc View Source

Verb()

Declaration
public Verb()
| Improve this Doc View Source

Verb(IEnumerable<string>)

Declaration
public Verb(IEnumerable<string> nouns)
Parameters
Type Name Description
IEnumerable<string> nouns

Properties

| Improve this Doc View Source

Length

Declaration
public override int Length { get; }
Property Value
Type Description
int
Overrides
PartOfSpeech.Length

Methods

| Improve this Doc View Source

GetPart(int)

Declaration
public override string GetPart(int index)
Parameters
Type Name Description
int index
Returns
Type Description
string
Overrides
PartOfSpeech.GetPart(int)
| Improve this Doc View Source

GetParts()

Declaration
public override IEnumerable<string> GetParts()
Returns
Type Description
IEnumerable<string>
Overrides
PartOfSpeech.GetParts()
| Improve this Doc View Source

GetRandomPart()

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