コード例 #1
0
ファイル: CompoundSyntax.cs プロジェクト: hahoyer/reni.cs
 internal override Result ResultForCache(ContextBase context, Category category)
     => context
         .Compound(this)
         .Result(category);