public void Apply(object trait, ProjectionMetaObject target) { if (target == this.target) target.Apply(trait); throw Error.TodoError(); }
internal TraitApplicator(ProjectionMetaObject target) { this.target = target; }