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

index

Glossary Item Box

Gets the item at the specified index.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ReadOnlyList(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public T this[ 
   int index
]; {get; set;}

Parameters

index

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.