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