CFGLib.Parsers.Forests.LeafNode.LeafNode C# (CSharp) Method

LeafNode() protected method

protected LeafNode ( int start, int end ) : System
start int
end int
return System
		protected LeafNode(int start, int end) : base(start, end) {
		}