C# Класс TreeSharp.PrioritySelector

Will execute each branch of logic in order, until one succeeds. This composite will fail only if all branches fail as well.
Наследование: Selector
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Execute ( object context ) : IEnumerable
PrioritySelector ( ) : System.Collections.Generic
PrioritySelector ( ContextChangeHandler contextChange ) : System.Collections.Generic
PrioritySelector ( string name ) : System.Collections.Generic

Описание методов

Execute() публичный Метод

public Execute ( object context ) : IEnumerable
context object
Результат IEnumerable

PrioritySelector() публичный Метод

public PrioritySelector ( ) : System.Collections.Generic
Результат System.Collections.Generic

PrioritySelector() публичный Метод

public PrioritySelector ( ContextChangeHandler contextChange ) : System.Collections.Generic
contextChange ContextChangeHandler
Результат System.Collections.Generic

PrioritySelector() публичный Метод

public PrioritySelector ( string name ) : System.Collections.Generic
name string
Результат System.Collections.Generic