Implicit casting of Integer32 value as Int32 value
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static implicit operator int ( Integer32 value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ value As Integer32 _ ) As Integer |
| Visual C++ |
|---|
static implicit operator int ( Integer32^ value ) |
Parameters
- value
- Type: SnmpSharpNet..::.Integer32
Integer32 class whose value is cast as Int32 value