Constructor ScriptGlobalItem
ScriptGlobalItem(string, T)
Initializes a new instance of the ScriptItem
class with specified parameters.
public ScriptGlobalItem(string name, T obj)
Parameters
name
stringSpecifies name of the new instance.
obj
TSpecifies object the new instance should contain.