public class Asn1EncodableVector : IEnumerable<Asn1Encodable>,
IEnumerable
Public Class Asn1EncodableVector
Implements IEnumerable(Of Asn1Encodable), IEnumerable
public ref class Asn1EncodableVector : IEnumerable<Asn1Encodable^>,
IEnumerable
Org.BouncyCastle.Asn1.Asn1EncodableVector = function();
Type.createClass(
'Org.BouncyCastle.Asn1.Asn1EncodableVector',
null,
IEnumerable`1,
IEnumerable);
Asn1EncodableVector | Initializes a new instance of the Asn1EncodableVector class |
Asn1EncodableVector(Asn1Encodable) | Initializes a new instance of the Asn1EncodableVector class |
Asn1EncodableVector(Asn1Encodable) | Initializes a new instance of the Asn1EncodableVector class |
Asn1EncodableVector(Int32) | Initializes a new instance of the Asn1EncodableVector class |
Asn1EncodableVector(Asn1Encodable, Asn1Encodable) | Initializes a new instance of the Asn1EncodableVector class |
Add(Asn1Encodable) | |
Add(Asn1Encodable) | |
Add(Asn1Encodable, Asn1Encodable) | |
AddAll | |
AddOptional(Asn1Encodable) | |
AddOptional(Asn1Encodable) | |
AddOptional(Asn1Encodable, Asn1Encodable) | |
AddOptionalTagged(Boolean, Int32, Asn1Encodable) | |
AddOptionalTagged(Boolean, Int32, Int32, Asn1Encodable) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
FromEnumerable | |
GetEnumerator | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |