'Declaration
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection)> <ComVisibleAttribute(True)> <GuidAttribute("DD59B9AD-785E-49E9-A0CB-CB0ECA2CEF90")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class UABrowseNodeElementCollection Inherits System.Collections.ObjectModel.Collection(Of UABrowseNodeElement) Implements OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection, System.Collections.Generic.ICollection(Of UABrowseNodeElement), System.Collections.Generic.IEnumerable(Of UABrowseNodeElement), System.Collections.Generic.IList(Of UABrowseNodeElement), System.Collections.Generic.IReadOnlyCollection(Of UABrowseNodeElement), System.Collections.Generic.IReadOnlyList(Of UABrowseNodeElement), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As UABrowseNodeElementCollection
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection)] [ComVisible(true)] [Guid("DD59B9AD-785E-49E9-A0CB-CB0ECA2CEF90")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class UABrowseNodeElementCollection : System.Collections.ObjectModel.Collection<UABrowseNodeElement>, OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection, System.Collections.Generic.ICollection<UABrowseNodeElement>, System.Collections.Generic.IEnumerable<UABrowseNodeElement>, System.Collections.Generic.IList<UABrowseNodeElement>, System.Collections.Generic.IReadOnlyCollection<UABrowseNodeElement>, System.Collections.Generic.IReadOnlyList<UABrowseNodeElement>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection)] [ComVisible(true)] [Guid("DD59B9AD-785E-49E9-A0CB-CB0ECA2CEF90")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class UABrowseNodeElementCollection : public System.Collections.ObjectModel.Collection<UABrowseNodeElement>, OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElementCollection, System.Collections.Generic.ICollection<UABrowseNodeElement>, System.Collections.Generic.IEnumerable<UABrowseNodeElement>, System.Collections.Generic.IList<UABrowseNodeElement>, System.Collections.Generic.IReadOnlyCollection<UABrowseNodeElement>, System.Collections.Generic.IReadOnlyList<UABrowseNodeElement>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList