Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AjErl
Language
Module
C# Class AjErl.Language.Module
Mostrar archivo
Open project: ajlopez/AjErl
Class Usage Examples
Public Methods
Method
Description
AddExportNames
(
IList
names
) :
void
Module
(
Context
parent
) :
System
SetName
(
string
name
) :
void
Method Details
AddExportNames()
public
method
public
AddExportNames
(
IList
names
) :
void
names
IList
return
void
Module()
public
method
public
Module
(
Context
parent
) :
System
parent
Context
return
System
SetName()
public
method
public
SetName
(
string
name
) :
void
name
string
return
void