'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection)> <ComVisibleAttribute(True)> <GuidAttribute("99713723-403A-49B5-A23B-C9F5C31F239B")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class StringCollection Inherits System.Collections.ObjectModel.Collection(Of String) Implements OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection, System.Collections.Generic.ICollection(Of String), System.Collections.Generic.IEnumerable(Of String), System.Collections.Generic.IList(Of String), System.Collections.Generic.IReadOnlyCollection(Of String), System.Collections.Generic.IReadOnlyList(Of String), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable, System.IFormattable
'Usage
Dim instance As StringCollection
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection)] [ComVisible(true)] [Guid("99713723-403A-49B5-A23B-C9F5C31F239B")] [TypeConverter(System.ComponentModel.CollectionConverter)] [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, System.ICloneable, System.IFormattable
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringCollection)] [ComVisible(true)] [Guid("99713723-403A-49B5-A23B-C9F5C31F239B")] [TypeConverter(System.ComponentModel.CollectionConverter)] [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, System.ICloneable, System.IFormattable