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