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

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

Syntax

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

Parameters

val
UInt32
Value to initialize the class with.

See Also