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