Class Verb
  
  
  
  
  
  Assembly: RandomGenerator.dll
  Syntax
  
    public class Verb : PartOfSpeech
   
  Constructors
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Verb()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Verb(IEnumerable<string>)
  
  
  Declaration
  
    public Verb(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