Class ScriptGlobalItem<T>
public class ScriptGlobalItem<T> : ScriptGlobalItem, IScriptGlobalItem
Type Parameters
T
- Inheritance
-
ScriptGlobalItem<T>
- Implements
Constructors
- ScriptGlobalItem(string, T)
Initializes a new instance of the
ScriptItem
class with specified parameters.
Properties
- Type
Gets or sets type of the
Obj
Methods
- ToPythonObject()
Converts object to PyObject.