Show / Hide Table of Contents

Interface IAnyProducer

Interface for lazy untyped value producers.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface IAnyProducer
Syntax (vb)
Public Interface IAnyProducer

Synopsis

Methods

Produce(IResolveContext)

Produce the value.

Methods

Produce(IResolveContext)

Produce the value.

object Produce(IResolveContext context)
Parameters
context IResolveContext
Returns

System.Object

Back to top Generated by DocFX