示例#1
0
        internal DotCodeGenContext Reset(DotGraphType graphType)
        {
            TextComposer.Clear();

            GraphType = graphType;

            return(this);
        }