Opc.Ua.Core
ToSByteCollection Method



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

Parameters

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

SByteCollection Class
SByteCollection Members