public new ScriptElement Clone() { var copy = new ScriptElement() { Source = this.Source, Text = this.Text, Type = this.Type }; return copy; }
public new ScriptElement Clone() { var copy = new ScriptElement() { Source = this.Source, Text = this.Text, Type = this.Type }; return(copy); }