CFGLib.Parsers.Forests.ForestVisitors.DefaultVisitor.DefaultVisitor C# (CSharp) Метод

DefaultVisitor() публичный Метод

public DefaultVisitor ( ForestInternal root ) : System
root ForestInternal
Результат System
		public DefaultVisitor(ForestInternal root) {
			if (root == null) {
				throw new ArgumentNullException();
			}
			_root = root;
		}