Initializes a new instance of the TZGlobal class.


Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
<DebuggerNonUserCodeAttribute>
Public Sub New()
C#
[DebuggerNonUserCodeAttribute]
public TZGlobal()
C++
[DebuggerNonUserCodeAttribute]
public:
 TZGlobal() sealed 
J#
/** @attribute DebuggerNonUserCodeAttribute() */
public TZGlobal()
JScript
public 

   DebuggerNonUserCodeAttribute
function TZGlobal()

See Also