public ScriptSpecialEnvironment(ScriptSpecialEnvironment environment) : base(environment) { if (environment == null) { throw new ArgumentNullException("environment"); } this.activator = environment.activator; }
public ScriptSpecialEnvironment(ScriptSpecialEnvironment environment) : base(environment) { if (environment == null) throw new ArgumentNullException("environment"); this.activator = environment.activator; }