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



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

Parameters

values
An array of SByte values to convert
Remarks
Converts an array of SByte 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

SByteCollection Class
SByteCollection Members