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

encodeables
An enumerable array of ExtensionObjects to convert to a collection

Glossary Item Box

Converts an encodeable object to an extension object.

Syntax

Visual Basic (Usage)Copy Code
Dim encodeables As IEnumerable(Of IEncodeable)
Dim value As ExtensionObjectCollection
 
value = ExtensionObjectCollection.ToExtensionObjects(encodeables)
C# 
public static ExtensionObjectCollection ToExtensionObjects( 
   IEnumerable<IEncodeable> encodeables
)

Parameters

encodeables
An enumerable array of ExtensionObjects to convert to a collection

Remarks

Converts an encodeable object to an extension object.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.