예제 #1
0
파일: AtToken.cs 프로젝트: hahoyer/reni.cs
 protected override Result Result
     (ContextBase context, Category category, Value left, Value right)
 {
     var target = context.ResultAsReference(category.Typed, left);
     return target
         .Type
         .FindRecentCompoundView
         .AccessViaPositionExpression(category, right.Result(context))
         .ReplaceArg(target);
 }