Just a placeholder class extending ArrayList class dedicated to hold the Vb collection

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class VbCollection : AsnType, 
	IEnumerable<Vb>, IEnumerable
Public Class VbCollection _
	Inherits AsnType _
	Implements IEnumerable(Of Vb), IEnumerable
public ref class VbCollection : public AsnType, 
	IEnumerable<Vb^>, IEnumerable

Members

               
 All Members  Constructors   Properties   Methods   Explicit Interface Implementations  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
VbCollection()()()
Standard constructor
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()()().)
Count
Get number of VarBind entries in the collection
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
Item[([(Int32])])
Indexed access to VarBind collection.
RemoveAt(Int32)
Remove VarBind entry for the specified position in the collection.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.VbCollection

See Also