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

list
makeCopy

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal list As IList(Of T), _
   ByVal makeCopy As Boolean _
)
C# 
public ReadOnlyList<T>( 
   IList<T> list,
   bool makeCopy
)

Parameters

list
makeCopy

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.