Opc.Ua.Core
ToIEncodeableCollection Method



Opc.Ua Namespace > IEncodeableCollection Class : ToIEncodeableCollection Method
The values to be converted to an instance of IEncodeableCollection.
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToIEncodeableCollection( _
   ByVal values() As IEncodeable _
) As IEncodeableCollection
 
'Usage
 
Dim values() As IEncodeable
Dim value As IEncodeableCollection
 
value = IEncodeableCollection.ToIEncodeableCollection(values)

Parameters

values
The values to be converted to an instance of IEncodeableCollection.

Return Value

Instance of the IEncodeableCollection containing values
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

IEncodeableCollection Class
IEncodeableCollection Members