The Null type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Clone()()() | Used to get a duplicate of the current object
so that it can be modified without affecting
the creating object.
(Overrides AsnType..::.Clone()()().) | |
| decode(array<Byte>[]()[], Int32) |
Decode null value from the BER encoded buffer.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).) | |
| encode(MutableByte) |
ASN.1 encode Null value
(Overrides AsnType..::.encode(MutableByte).) | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString()()() | Returns a string representation of the SNMP
NULL object
(Overrides Object..::.ToString()()().) |