QuickOPC User's Guide and Reference
Int32Collection Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Specialized Namespace : Int32Collection Class
A collection of Int32 elements.
Syntax
'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  
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      OpcLabs.BaseLib.Collections.Specialized.Int32Collection

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also