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

collection
The collection to copy the contents from

Glossary Item Box

Initializes the collection from another collection.

Syntax

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

Parameters

collection
The collection to copy the contents from

Remarks

Initializes the collection from another collection.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.