Click or drag to resize

Module Constructor

Create an instance of Module

Namespace:  Syntactik.DOM.Mapped
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
Name of file associated with the module.
See Also