Example #1
0
 public PartialTopLevelEnvironment(ITopLevelEnvironment environment)
     : base(environment.ExportedTopLevelVariables)
 {
     this.environment = environment;
 }
Example #2
0
 internal static PartialEnvironment Make(ITopLevelEnvironment env)
 {
     return(new PartialTopLevelEnvironment(env));
 }