Click or drag to resize

ChoiceType Constructor

Initializes a new instance of the ChoiceType class.

Namespace: Lextm.SharpSnmpPro.Mib
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public ChoiceType(
	IList<ISmiType> elementTypes
)

Parameters

elementTypes  IListISmiType
The element types that can be chosen.
See Also