'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection)> <ComVisibleAttribute(True)> <GuidAttribute("71D3FE66-30DD-43C6-AE04-EAF0513FE3C6")> <TypeConverterAttribute(OpcLabs.BaseLib.Collections.Specialized.Internal.Int32CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class Int32Collection Inherits System.Collections.ObjectModel.Collection(Of Integer) Implements OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection, System.Collections.Generic.ICollection(Of Integer), System.Collections.Generic.IEnumerable(Of Integer), System.Collections.Generic.IList(Of Integer), System.Collections.Generic.IReadOnlyCollection(Of Integer), System.Collections.Generic.IReadOnlyList(Of Integer), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As Int32Collection
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection)] [ComVisible(true)] [Guid("71D3FE66-30DD-43C6-AE04-EAF0513FE3C6")] [TypeConverter(OpcLabs.BaseLib.Collections.Specialized.Internal.Int32CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class Int32Collection : System.Collections.ObjectModel.Collection<int>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection, System.Collections.Generic.ICollection<int>, System.Collections.Generic.IEnumerable<int>, System.Collections.Generic.IList<int>, System.Collections.Generic.IReadOnlyCollection<int>, System.Collections.Generic.IReadOnlyList<int>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection)] [ComVisible(true)] [Guid("71D3FE66-30DD-43C6-AE04-EAF0513FE3C6")] [TypeConverter(OpcLabs.BaseLib.Collections.Specialized.Internal.Int32CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class Int32Collection sealed : public System.Collections.ObjectModel.Collection<int>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._Int32Collection, System.Collections.Generic.ICollection<int>, System.Collections.Generic.IEnumerable<int>, System.Collections.Generic.IList<int>, System.Collections.Generic.IReadOnlyCollection<int>, System.Collections.Generic.IReadOnlyList<int>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList