IndexContext constructor

IndexContext(
  1. MemberContext ctx
)

Implementation

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