public class X509CRL2Collection : BasicCollection<X509CRL2>
Public Class X509CRL2Collection
Inherits BasicCollection(Of X509CRL2)
public ref class X509CRL2Collection : public BasicCollection<X509CRL2^>
type X509CRL2Collection =
class
inherit BasicCollection<X509CRL2>
end
X509CRL2Collection | Initializes a new instance of the X509CRL2Collection class without any X509CRL2 information. |
X509CRL2Collection(IEnumerableX509CRL2) | Initializes a new instance of the X509CRL2Collection class from an array of X509CRL2 objects. |
Count | (Inherited from BasicCollectionT) |
IsReadOnly | (Inherited from BasicCollectionT) |
Item | (Inherited from BasicCollectionT) |
Add | (Inherited from BasicCollectionT) |
AddRange | (Inherited from BasicCollectionT) |
Clear | (Inherited from BasicCollectionT) |
Contains | (Inherited from BasicCollectionT) |
CopyTo | (Inherited from BasicCollectionT) |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetEnumerator | (Inherited from BasicCollectionT) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
IndexOf | (Inherited from BasicCollectionT) |
Insert | (Inherited from BasicCollectionT) |
MemberwiseClone | (Inherited from Object) |
Remove | (Inherited from BasicCollectionT) |
RemoveAt | (Inherited from BasicCollectionT) |
ToString | (Inherited from Object) |
InternalList |
Gets internal list.
(Inherited from BasicCollectionT) |