Constructor. SET the class value to the supplied 32-bit value.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public UInteger32( uint val ) |
| Visual Basic |
|---|
Public Sub New ( _ val As UInteger _ ) |
| Visual C++ |
|---|
public: UInteger32( unsigned int val ) |
Parameters
- val
- Type: System..::..UInt32
Value to initialize the class with.