'Declaration
<DebuggerStepThroughAttribute()> <GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")> <CollectionDataContractAttribute(Name="ListOfBaseAddresses", Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", ItemName="BaseAddress")> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class ListOfBaseAddresses Inherits System.Collections.Generic.List(Of String)
'Usage
Dim instance As ListOfBaseAddresses
[DebuggerStepThrough()] [GeneratedCode("System.Runtime.Serialization", "4.0.0.0")] [CollectionDataContract(Name="ListOfBaseAddresses", Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", ItemName="BaseAddress")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class ListOfBaseAddresses : System.Collections.Generic.List<string>
[DebuggerStepThrough()] [GeneratedCode("System.Runtime.Serialization", "4.0.0.0")] [CollectionDataContract(Name="ListOfBaseAddresses", Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", ItemName="BaseAddress")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class ListOfBaseAddresses : public System.Collections.Generic.List<String>