Skip to content

IStringProducer

Interface for lazy string producers.

Methods

Name Description
Produce Produce the string value.

Produce

private string Produce(IResolveContext Context)

Produce the string value.

ContextRequired