The VbCollection type exposes the following members.

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.)

Explicit Interface Implementations

  NameDescription
IEnumerable..::.GetEnumerator
Get enumerator.

See Also