Initializes a new instance of the
EnumType class
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic EnumType(
IList<ISmiValue> values
)
Public Sub New (
values As IList(Of ISmiValue)
)
public:
EnumType(
IList<ISmiValue^>^ values
)
new :
values : IList<ISmiValue> -> EnumType
Parameters
- values
- Type: System.Collections.GenericIListISmiValue
See Also