CFGLib.Parsers.Forests.ForestInternal.GetRawDot C# (CSharp) Method

GetRawDot() public method

public GetRawDot ( ) : string
return string
		public string GetRawDot() {
			var graph = ((SymbolNode)_node).GetGraph();
			return graph.ToDot();
		}