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

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