Opc.Ua.Core
Implicit Type Conversion Operator (Int32Collection)



Opc.Ua Namespace > Int32Collection Class : Implicit Type Conversion Operator
An array of System.Int32 to convert to a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal values() As Integer _
) As Int32Collection
'Usage
 
public Int32Collection operator implicit( 
   int[] values
)
public:
operator Int32Collection^ ( 
   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