Interface IGrammarBuilder<T>
Augments IGrammarBuilder to represent a grammar to be built with a known type of values it produces.
public interface IGrammarBuilder<out T> : IGrammarBuilder
Type Parameters
T
The type of values the grammar will produce.
- Extension Methods
Remarks
This interface cannot be implemented by user code.