Connectivity Software User's Guide and Reference
StringCollection Class
Members 



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Collections.Specialized Namespace : StringCollection Class
A collection of string elements.
Syntax
'Usage
 
Dim instance As StringCollection
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection)]
[ComVisible(true)]
[Guid("99713723-403A-49B5-A23B-C9F5C31F239B")]
[TypeConverter(OpcLabs.BaseLib.Collections.Specialized.Internal.StringCollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public sealed class StringCollection : System.Collections.ObjectModel.Collection<string>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection, System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IList<string>, System.Collections.Generic.IReadOnlyCollection<string>, System.Collections.Generic.IReadOnlyList<string>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection)]
[ComVisible(true)]
[Guid("99713723-403A-49B5-A23B-C9F5C31F239B")]
[TypeConverter(OpcLabs.BaseLib.Collections.Specialized.Internal.StringCollectionConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public ref class StringCollection sealed : public System.Collections.ObjectModel.Collection<String>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection, System.Collections.Generic.ICollection<String>, System.Collections.Generic.IEnumerable<String>, System.Collections.Generic.IList<String>, System.Collections.Generic.IReadOnlyCollection<String>, System.Collections.Generic.IReadOnlyList<String>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
Remarks

Note that there is also a StringCollection in System.Collections.Specialized.

Inheritance Hierarchy

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

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