{CompanyName} FlexyGo

Modules..::..Add Method

Adds the Module Definition object to the Collection using ModuleName as Key.

Namespace:  FLEXYGO.Environment
Assembly:  flxEnvironment (in flxEnvironment.dll)

Syntax


public bool Add(
	ModuleDefinition aModule
)
Public Function Add ( _
	aModule As ModuleDefinition _
) As Boolean

Parameters

aModule
Type: FLEXYGO.Environment..::..ModuleDefinition
A Module.

Return Value

true if ok, false otherwise.