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

list

Glossary Item Box

Syntax

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

Parameters

list

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.