Convert the Oid class to a integer array. Internal class data buffer is *copied* and not passed to the caller.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public int[] ToArray() |
| Visual Basic (Declaration) |
|---|
Public Function ToArray As Integer() |
| Visual C++ |
|---|
public: array<int>^ ToArray() |