Esempio n. 1
0
        public void Apply(object trait, ProjectionMetaObject target)
        {
            if (target == this.target)
                target.Apply(trait);

            throw Error.TodoError();
        }
Esempio n. 2
0
 internal TraitApplicator(ProjectionMetaObject target)
 {
     this.target = target;
 }