'Declaration
<CollectionDataContractAttribute(Name="ListOfByteString", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", ItemName="ByteString")> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class ByteStringCollection Inherits System.Collections.Generic.List(Of Byte())
'Usage
Dim instance As ByteStringCollection
[CollectionDataContract(Name="ListOfByteString", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", ItemName="ByteString")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class ByteStringCollection : System.Collections.Generic.List<byte[]>
[CollectionDataContract(Name="ListOfByteString", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", ItemName="ByteString")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class ByteStringCollection : public System.Collections.Generic.List<array<byte>>