Show / Hide Table of Contents

Class RandomParagraphGenerator

Inheritance
object
RandomParagraphGenerator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RandomGenerator
Assembly: RandomGenerator.dll
Syntax
public class RandomParagraphGenerator

Constructors

| Improve this Doc View Source

RandomParagraphGenerator()

Declaration
public RandomParagraphGenerator()
| Improve this Doc View Source

RandomParagraphGenerator(RandomSentenceGenerator?)

Declaration
public RandomParagraphGenerator(RandomSentenceGenerator? sentenceGenerator)
Parameters
Type Name Description
RandomSentenceGenerator sentenceGenerator

Fields

| Improve this Doc View Source

random

Declaration
protected static readonly Random random
Field Value
Type Description
Random

Methods

| Improve this Doc View Source

Generate(int, int, int)

Declaration
public string Generate(int numberSentences, int minWords, int maxWords)
Parameters
Type Name Description
int numberSentences
int minWords
int maxWords
Returns
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX