EasyUA Reference
ReadOnlyList<T> Constructor(IList<T>,Boolean)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ReadOnlyList<T> Class > ReadOnlyList<T> Constructor : ReadOnlyList<T> Constructor(IList<T>,Boolean)

list
makeCopy

Glossary Item Box

Makes a shallow copy of an exising list.

Syntax

Visual Basic (Usage)Copy Code
Dim list As IList(Of T)
Dim makeCopy As Boolean
 
Dim instance As New ReadOnlyList(Of T)(list, makeCopy)
C# 
public ReadOnlyList<T>( 
   IList<T> list,
   bool makeCopy
)

Parameters

list
makeCopy

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.