Skip to content
Docs Try Aspire

ConstructBuilderDelegate<T>

Delegate net10.0
📦 Aspire.Hosting.AWS v13.0.0
Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.
namespace Aspire.Hosting.AWS.CDK;
public sealed delegate T ConstructBuilderDelegate<T>(
Constructs.Construct scope)
where T : IConstruct
T : IConstruct
MulticastDelegate