Skip to content

IListProducer

Interface for lazy list producers.

Methods

Name Description
Produce Produce the list value.

Produce

private string[] Produce(IResolveContext Context)

Produce the list value.

ContextRequired