Opc.Ua.Core
ToUInt64Collection Method



Opc.Ua Namespace > UInt64Collection Class : ToUInt64Collection Method
An array of System.UInt64 to return as a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToUInt64Collection( _
   ByVal values() As ULong _
) As UInt64Collection
'Usage
 
Dim values() As ULong
Dim value As UInt64Collection
 
value = UInt64Collection.ToUInt64Collection(values)
public static UInt64Collection ToUInt64Collection( 
   ulong[] values
)
public:
static UInt64Collection^ ToUInt64Collection( 
   array<ulong>^ values
) 

Parameters

values
An array of System.UInt64 to return as a collection
Remarks
Converts an array to a collection.
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 Class
UInt64Collection Members