コード例 #1
0
ファイル: TemplateScope.cs プロジェクト: veboys/UIForia
 public TemplateScope Clone()
 {
     return(new TemplateScope()
     {
         slotInputs = slotInputs?.Clone(),
         application = application,
         innerSlotContext = innerSlotContext,
         parentInputs = parentInputs?.Clone()
     });
 }