Click or drag to resize

Module Constructor

Creates an instance of Module.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public Module(
	string name,
	string fileName = null
)

Parameters

name
Type: SystemString
Module name.
fileName (Optional)
Type: SystemString
Path to the file of module.
See Also