Show / Hide Table of Contents

Interface IAspect

Represents an Aspect.

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

Synopsis

Methods

Visit(IConstruct)

All aspects can visit an IConstruct.

Methods

Visit(IConstruct)

All aspects can visit an IConstruct.

void Visit(IConstruct node)
Parameters
node IConstruct
Back to top Generated by DocFX