MemberCallContext constructor

MemberCallContext(
  1. MemberContext ctx
)

Implementation

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