SelectContext constructor

SelectContext(
  1. MemberContext ctx
)

Implementation

SelectContext(MemberContext ctx) {
  copyFrom(ctx);
}