Table of Contents

Enum ConstructOrder

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

In what order to return constructs.

public enum ConstructOrder

Fields

POSTORDER = 1

Depth-first, post-order (leaf nodes first).

PREORDER = 0

Depth-first, pre-order.