Skip to main content
Interface for lazy list producers.

Methods

NameDescription
ProduceProduce the list value.

Produce

private string[] Produce(IResolveContext Context)
Produce the list value.

ContextRequired