Opc.Ua.Core
ToInt32Collection Method



Opc.Ua Namespace > Int32Collection Class : ToInt32Collection Method
An array of System.Int32 to convert to a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToInt32Collection( _
   ByVal values() As Integer _
) As Int32Collection
'Usage
 
Dim values() As Integer
Dim value As Int32Collection
 
value = Int32Collection.ToInt32Collection(values)
public static Int32Collection ToInt32Collection( 
   int[] values
)
public:
static Int32Collection^ ToInt32Collection( 
   array<int>^ values
) 

Parameters

values
An array of System.Int32 to convert to 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

Int32Collection Class
Int32Collection Members