The VbCollection type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Add(Oid)
Add Vb with the supplied OID and value of SnmpNull
Add(Vb)
Add variable binding to the collection
Add(String)
Add new VB to the collection. New Vb OID in string format is supplied. Value is set to null (as in request)
Add(Oid, AsnType)
Add Vb with the supplied OID and value of SnmpNull
Clear()()()
Reset the VarBind collection.
Clone()()()
Duplicate Vbs object
(Overrides AsnType..::.Clone()()().)
decode(array<Byte>[]()[], Int32)
Decode VarBind collection sequence.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).)
encode(MutableByte)
Encode VarBind collection sequence
(Overrides AsnType..::.encode(MutableByte).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetEnumerator()()()
Get enumerator.
IEnumerable..::.GetEnumerator()()()
Get enumerator.
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Insert(Int32, Vb)
Insert VarBind item at specific location
RemoveAt(Int32)
Remove VarBind entry for the specified position in the collection.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also