Class PromptBase
public abstract class PromptBase : IPrompt
- Inheritance
-
objectPromptBase
- Implements
- Derived
Methods
GetText()
public abstract string GetText()
Returns
- string
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.