EasyUA Reference
IEncodeableCollection Constructor(IEnumerable<IEncodeable>)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IEncodeableCollection Class > IEncodeableCollection Constructor : IEncodeableCollection Constructor(IEnumerable<IEncodeable>)

collection
The collection whose elements are copied to the new list.

Glossary Item Box

Initializes the collection from another collection.

Syntax

Visual Basic (Usage)Copy Code
Dim collection As IEnumerable(Of IEncodeable)
 
Dim instance As New IEncodeableCollection(collection)
C# 
public IEncodeableCollection( 
   IEnumerable<IEncodeable> collection
)

Parameters

collection
The collection whose elements are copied to the new list.

Exceptions

ExceptionDescription
System.ArgumentNullExceptioncollection is null.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.