The VbCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VbCollection |
Standard constructor
|
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| 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 | (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 | (Inherited from Object.) |
Fields
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| IEnumerable..::.GetEnumerator |
Get enumerator.
|