The Null type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()().)

See Also