CFGLib.Parsers.Forests.ForestInternal.GetRawDot C# (CSharp) Méthode

GetRawDot() public méthode

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