Index operator. Index access to the underlying byte array
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public: property unsigned char default[int index] { unsigned char get (int index); void set (int index, unsigned char value); }
Parameters
- index
- Int32
Index to access
Return Value
byte array value
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Thrown if requested byte index is outside the size of the internal byte array |