The VbCollection type exposes the following members.

Constructors

  NameDescription
VbCollection
Standard constructor

Methods

  NameDescription
AddOverloaded.
Clear
Reset the VarBind collection.
Clone
Duplicate Vbs object
(Overrides AsnType..::.Clone()()().)
decode
Decode VarBind collection sequence.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).)
encode
Encode VarBind collection sequence
(Overrides AsnType..::.encode(MutableByte).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldGetter (Inherited from Object.)
FieldSetter (Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Get enumerator.
GetFieldInfo (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.)
Insert
Insert VarBind item at specific location
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveAt
Remove VarBind entry for the specified position in the collection.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
_asnType
ASN.1 type byte.
(Inherited from AsnType.)

Properties

  NameDescription
Count
Get number of VarBind entries in the collection
Item
Indexed access to VarBind collection.
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)

Explicit Interface Implementations

  NameDescription
IEnumerable..::.GetEnumerator
Get enumerator.

See Also