Click or drag to resize

ObjectTreeImport Method

Imports the specified modules.

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public void Import(
	IEnumerable<Module> modules
)

Parameters

modules
Type: System.Collections.GenericIEnumerableModule
The modules.
Exceptions
ExceptionCondition
ArgumentNullExceptionmodules
See Also