Class TextArgumentEvaluator
Inheritance
TextArgumentEvaluator
Assembly: SociallyDistant.Framework.dll
Syntax
public class TextArgumentEvaluator : IArgumentEvaluator
Constructors
TextArgumentEvaluator(string)
Declaration
public TextArgumentEvaluator(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Properties
Text
Declaration
public string Text { get; }
Property Value
Methods
GetArgumentText(IScriptExecutionContext, IConsoleDriver)
Declaration
public Task<string[]> GetArgumentText(IScriptExecutionContext context, IConsoleDriver console)
Parameters
Returns
Operators
implicit operator TextArgumentEvaluator(string)
Declaration
public static implicit operator TextArgumentEvaluator(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
Implements