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



Opc.Ua Namespace > UInt16Collection Class : Implicit Type Conversion Operator
An array of System.UInt16 values to convert to a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal values() As UShort _
) As UInt16Collection
'Usage
 
public UInt16Collection operator implicit( 
   ushort[] values
)
public:
operator UInt16Collection^ ( 
   array<ushort>^ values
)

Parameters

values
An array of System.UInt16 values 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

UInt16Collection Class
UInt16Collection Members