Method Clone
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v9.dll
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.