TreeSharp.Sequence.Sequence C# (CSharp) Method

Sequence() public method

public Sequence ( ) : System.Collections.Generic
return System.Collections.Generic
        public Sequence(params Composite[] children)
            : base(children)
        {
        }

Same methods

Sequence::Sequence ( ContextChangeHandler contextChange ) : System.Collections.Generic
Sequence::Sequence ( string name ) : System.Collections.Generic