'Declaration
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection)> <ComVisibleAttribute(True)> <GuidAttribute("F6E3B776-0BFD-4116-9306-A7A8BC417000")> <TypeConverterAttribute(OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection/ThisTypeConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class UAEndpointDescriptorCollection Inherits System.Collections.ObjectModel.Collection(Of UAEndpointDescriptor) Implements OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection, System.Collections.Generic.ICollection(Of UAEndpointDescriptor), System.Collections.Generic.IEnumerable(Of UAEndpointDescriptor), System.Collections.Generic.IList(Of UAEndpointDescriptor), System.Collections.Generic.IReadOnlyCollection(Of UAEndpointDescriptor), System.Collections.Generic.IReadOnlyList(Of UAEndpointDescriptor), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
'Usage
Dim instance As UAEndpointDescriptorCollection
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection)] [ComVisible(true)] [Guid("F6E3B776-0BFD-4116-9306-A7A8BC417000")] [TypeConverter(OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection/ThisTypeConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class UAEndpointDescriptorCollection : System.Collections.ObjectModel.Collection<UAEndpointDescriptor>, OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection, System.Collections.Generic.ICollection<UAEndpointDescriptor>, System.Collections.Generic.IEnumerable<UAEndpointDescriptor>, System.Collections.Generic.IList<UAEndpointDescriptor>, System.Collections.Generic.IReadOnlyCollection<UAEndpointDescriptor>, System.Collections.Generic.IReadOnlyList<UAEndpointDescriptor>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection)] [ComVisible(true)] [Guid("F6E3B776-0BFD-4116-9306-A7A8BC417000")] [TypeConverter(OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection/ThisTypeConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class UAEndpointDescriptorCollection sealed : public System.Collections.ObjectModel.Collection<UAEndpointDescriptor>, OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection, System.Collections.Generic.ICollection<UAEndpointDescriptor>, System.Collections.Generic.IEnumerable<UAEndpointDescriptor>, System.Collections.Generic.IList<UAEndpointDescriptor>, System.Collections.Generic.IReadOnlyCollection<UAEndpointDescriptor>, System.Collections.Generic.IReadOnlyList<UAEndpointDescriptor>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable