TreeSharp.PrioritySelector.PrioritySelector C# (CSharp) Method

PrioritySelector() public method

public PrioritySelector ( ContextChangeHandler contextChange ) : System.Collections.Generic
contextChange ContextChangeHandler
return System.Collections.Generic
        public PrioritySelector(ContextChangeHandler contextChange, params Composite[] children)
            : this(children)
        {
            ContextChanger = contextChange;
        }

Same methods

PrioritySelector::PrioritySelector ( ) : System.Collections.Generic
PrioritySelector::PrioritySelector ( string name ) : System.Collections.Generic