Opc.Ua.Core
UInt64Collection Class
Members 



Opc.Ua Namespace : UInt64Collection Class
A collection of UInt64 values.
Syntax
'Declaration
 
<CollectionDataContractAttribute(Name="ListOfUInt64", 
   Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   ItemName="UInt64")>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class UInt64Collection 
   Inherits System.Collections.Generic.List(Of ULong)
'Usage
 
Dim instance As UInt64Collection
[CollectionDataContract(Name="ListOfUInt64", 
   Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   ItemName="UInt64")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class UInt64Collection : System.Collections.Generic.List<ulong> 
[CollectionDataContract(Name="ListOfUInt64", 
   Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   ItemName="UInt64")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class UInt64Collection : public System.Collections.Generic.List<ulong> 
Remarks
A strongly-typed collection of UInt64 values.
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.UInt64Collection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UInt64Collection Members
Opc.Ua Namespace