Operator allowing explicit conversion from Oid class to integer array int[]
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static explicit operator uint[] ( Oid oid ) |
| Visual Basic |
|---|
Public Shared Narrowing Operator CType ( _ oid As Oid _ ) As UInteger() |
| Visual C++ |
|---|
static explicit operator array<unsigned int>^ ( Oid^ oid ) |
Parameters
- oid
- Type: SnmpSharpNet..::..Oid
Oid to present as integer array int[]