Constructs a new object with the value constrained in the UInteger32 object.

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

Syntax

C#
public Counter32(
	UInteger32 uint32
)
Visual Basic (Declaration)
Public Sub New ( _
	uint32 As UInteger32 _
)
Visual C++
public:
Counter32(
	UInteger32^ uint32
)

Parameters

uint32
Type: SnmpSharpNet..::.UInteger32
The UInteger32 object to copy.

Remarks

[Missing <remarks> documentation for "M:SnmpSharpNet.Counter32.#ctor(SnmpSharpNet.UInteger32)"]

See Also