EasyUA Reference
ToList Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ReadOnlyList<T> Class : ToList Method

values
The list of values.

Glossary Item Box

Creates a read-only list from a list.

Syntax

Visual Basic (Usage)Copy Code
Dim values() As T
Dim value As ReadOnlyList(Of T)
 
value = ReadOnlyList(Of T).ToList(values)
C# 
public static ReadOnlyList<T> ToList( 
   T[] values
)

Parameters

values
The list of values.

Return Value

The read-only list.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.