Method Clone
Clone()
Creates a new object that is a copy of the current ScriptSource
object.
public object Clone()
Returns
- object
A new instance of ScriptSource that is the memberwise clone of the current ScriptSource object.
Creates a new object that is a copy of the current ScriptSource
object.
public object Clone()
A new instance of ScriptSource that is the memberwise clone of the current ScriptSource object.