CFGLib.Parsers.Forests.ForestVisitors.DefaultVisitor.DefaultVisitor C# (CSharp) Méthode

DefaultVisitor() public méthode

public DefaultVisitor ( ForestInternal root ) : System
root ForestInternal
Résultat System
		public DefaultVisitor(ForestInternal root) {
			if (root == null) {
				throw new ArgumentNullException();
			}
			_root = root;
		}