C# Class TreeSharp.Selector

The base selector class. This will attempt to execute all branches of logic, until one succeeds. This composite will fail only if all branches fail as well.
Inheritance: GroupComposite
Mostra file Open project: lances101/BoringHeroes

Public Methods

Method Description
Execute ( object context ) : IEnumerable
Selector ( ) : System

Method Details

Execute() public abstract method

public abstract Execute ( object context ) : IEnumerable
context object
return IEnumerable

Selector() public method

public Selector ( ) : System
return System