Initializes a new instance of the
ChoiceType class.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ChoiceType(
IList<ISmiType> elementTypes
)
Public Sub New (
elementTypes As IList(Of ISmiType)
)
Dim elementTypes As IList(Of ISmiType)
Dim instance As New ChoiceType(elementTypes)
public:
ChoiceType(
IList<ISmiType^>^ elementTypes
)
new :
elementTypes : IList<ISmiType> -> ChoiceType
Parameters
- elementTypes IListISmiType
- The element types that can be chosen.
See Also