Click or drag to resize

NamedNumber Constructor (String, NumberLiteralValue)

Initializes a new instance of the NamedNumber class

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public NamedNumber(
	string name,
	NumberLiteralValue value
)

Parameters

name
Type: SystemString
value
Type: Lextm.SharpSnmpPro.MibNumberLiteralValue
See Also