EasyUA Reference
ToIEncodeableCollection Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IEncodeableCollection Class : ToIEncodeableCollection Method

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

Glossary Item Box

Converts an array to a collection.

Syntax

Visual Basic (Usage)Copy Code
Dim values() As IEncodeable
Dim value As IEncodeableCollection
 
value = IEncodeableCollection.ToIEncodeableCollection(values)
C# 
public static IEncodeableCollection ToIEncodeableCollection( 
   IEncodeable[] 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.