Constructor. SET the class value to the supplied 32-bit value.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public UInteger32(
	uint val
)
Visual Basic (Declaration)
Public Sub New ( _
	val As UInteger _
)
Visual C++
public:
UInteger32(
	unsigned int val
)

Parameters

val
Type: System..::.UInt32
Value to initialize the class with.

See Also