'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlEntryCollection)> <ComVisibleAttribute(True)> <GuidAttribute("C3B600B8-4E91-4DBD-9A59-C05496CBB84D")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class PkiCrlEntryCollection Inherits System.Collections.ObjectModel.Collection(Of IPkiCrlEntry) Implements OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlEntryCollection, System.Collections.Generic.ICollection(Of IPkiCrlEntry), System.Collections.Generic.IEnumerable(Of IPkiCrlEntry), System.Collections.Generic.IList(Of IPkiCrlEntry), System.Collections.Generic.IReadOnlyCollection(Of IPkiCrlEntry), System.Collections.Generic.IReadOnlyList(Of IPkiCrlEntry), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As PkiCrlEntryCollection
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlEntryCollection)] [ComVisible(true)] [Guid("C3B600B8-4E91-4DBD-9A59-C05496CBB84D")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class PkiCrlEntryCollection : System.Collections.ObjectModel.Collection<IPkiCrlEntry>, OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlEntryCollection, System.Collections.Generic.ICollection<IPkiCrlEntry>, System.Collections.Generic.IEnumerable<IPkiCrlEntry>, System.Collections.Generic.IList<IPkiCrlEntry>, System.Collections.Generic.IReadOnlyCollection<IPkiCrlEntry>, System.Collections.Generic.IReadOnlyList<IPkiCrlEntry>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlEntryCollection)] [ComVisible(true)] [Guid("C3B600B8-4E91-4DBD-9A59-C05496CBB84D")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class PkiCrlEntryCollection : public System.Collections.ObjectModel.Collection<IPkiCrlEntry>, OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlEntryCollection, System.Collections.Generic.ICollection<IPkiCrlEntry>, System.Collections.Generic.IEnumerable<IPkiCrlEntry>, System.Collections.Generic.IList<IPkiCrlEntry>, System.Collections.Generic.IReadOnlyCollection<IPkiCrlEntry>, System.Collections.Generic.IReadOnlyList<IPkiCrlEntry>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList