Ejemplo n.º 1
0
 public IBuildIntention <IInterfaceType> GetBuildIntention(IConversionContext context)
 {
     var(toBuild, maker) = InterfaceType.Create();
     return(new BuildIntention <IInterfaceType>(toBuild, () =>
     {
         maker.Build(Scope.Convert(context).Members);
     }));
 }