Table of Contents

Interface IProduction<T>

Namespace
Farkle.Builder
Assembly
Farkle.dll

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