CreateListContext constructor

CreateListContext(
  1. PrimaryContext ctx
)

Implementation

CreateListContext(PrimaryContext ctx) {
  copyFrom(ctx);
}