Class BranchEvaluator
  
  
  
    Inheritance
    
    
    BranchEvaluator
   
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public sealed class BranchEvaluator : ShellInstruction
   
  Constructors
  
  BranchEvaluator(IReadOnlyCollection<ShellInstruction>, IReadOnlyCollection<ShellInstruction>)
  
  
  Declaration
  
    public BranchEvaluator(IReadOnlyCollection<ShellInstruction> cases, IReadOnlyCollection<ShellInstruction> defaultBody)
   
  Parameters
  
  Methods
  
  RunAsync(IConsoleDriver, IScriptExecutionContext)
  
  
  Declaration
  
    public override Task<int> RunAsync(IConsoleDriver console, IScriptExecutionContext context)
   
  Parameters
  
  Returns
  
  Overrides