Opc.Ua.Core
ToUInt32Collection Method



Opc.Ua Namespace > UInt32Collection Class : ToUInt32Collection Method
An array of System.UInt32 values to return as a strongly-typed collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToUInt32Collection( _
   ByVal values() As UInteger _
) As UInt32Collection
'Usage
 
Dim values() As UInteger
Dim value As UInt32Collection
 
value = UInt32Collection.ToUInt32Collection(values)
public static UInt32Collection ToUInt32Collection( 
   uint[] values
)
public:
static UInt32Collection^ ToUInt32Collection( 
   array<uint>^ values
) 

Parameters

values
An array of System.UInt32 values to return as a strongly-typed 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

UInt32Collection Class
UInt32Collection Members