Click or drag to resize

ModuleAPI Constructor

Initializes a new instance of the ModuleAPI class.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public ModuleAPI(
	MainAPI API,
	Gateways Gateways
)

Parameters

API
Type: Nexpaq.APIsMainAPI
The alpha component.
Gateways
Type: Gateways
The green component.
See Also