예제 #1
0
 public CastByPowerCodeClassBuilder(ContextWithCastByPower thisContext, IEnumerable <ContextWithCastByPower> otherContexts, string partialFileName)
 {
     ThisContext     = thisContext;
     OtherContexts   = otherContexts;
     PartialFileName = partialFileName;
 }
 public CastByPowerTestClassBuilder(ContextWithCastByPower thisContext, IReadOnlyList <ContextWithCastByPower> otherContexts, string partialFileName)
 {
     ThisContext     = thisContext;
     PartialFileName = partialFileName;
     OtherContexts   = otherContexts;
 }