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; }