Interface IProduction<T>
Represents a production in a grammar to be built that produces a value.
public interface IProduction<out T> : IProduction
Type Parameters
T
The type of values the production will produce.
Remarks
This interface cannot be implemented by user code.
See Also
SetProductions(params IProduction<T>[])