Constant sources
var source = new ConstantSource(new ValueNode("value"));var source = new LazyConstantSource(() => new ValueNode("value"));Practical use
Related pages
Configuration sourcesLast updated
Was this helpful?
var source = new ConstantSource(new ValueNode("value"));var source = new LazyConstantSource(() => new ValueNode("value"));Last updated
Was this helpful?
Was this helpful?