Add Oid class value and oid values in the integer array into a new class instance.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static Oid operator +( Oid oid, uint[] ids ) |
| Visual Basic |
|---|
Public Shared Operator + ( _ oid As Oid, _ ids As UInteger() _ ) As Oid |
| Visual C++ |
|---|
public: static Oid^ operator +( Oid^ oid, array<unsigned int>^ ids ) |
Parameters
- oid
- Type: SnmpSharpNet..::..Oid
Oid class
- ids
- Type: array<System..::..UInt32>[]()[][]
Unsigned integer array to add to the Oid