TreeSharp.PrioritySelector.PrioritySelector C# (CSharp) 메소드

PrioritySelector() 공개 메소드

public PrioritySelector ( ContextChangeHandler contextChange ) : System.Collections.Generic
contextChange ContextChangeHandler
리턴 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