Method Link
Link(Module)
Link another module into this one
void Link(Module srcModule)
Parameters
srcModule
Modulemodule to link into this one
Remarks
warning
srcModule
is destroyed by this process and no longer usable
when this method returns.