Interface IStableListProducer
Interface for (stable) lazy list producers.
public interface IStableListProducer
Methods
Produce()
Produce the list value.
string[]? Produce()
Returns
- string[]
Interface for (stable) lazy list producers.
public interface IStableListProducer
Produce the list value.
string[]? Produce()