MSTParser.DependencyPipe.DependencyPipe C# (CSharp) Method

DependencyPipe() public method

Initializes a new instance of the DependencyPipe class.
public DependencyPipe ( bool createForest ) : System
createForest bool if set to true [create forest].
return System
        public DependencyPipe(bool createForest)
        {
            DataAlphabet = new Alphabet();
            TypeAlphabet = new Alphabet();
            CreateForest = createForest;
        }

Same methods

DependencyPipe::DependencyPipe ( ) : System