EasyUA Reference
ReadOnlyList<T> Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ReadOnlyList<T> Class

Glossary Item Box

The following tables list the members exposed by ReadOnlyList<T>.

Public Constructors

 NameDescription
Public ConstructorReadOnlyList<T> ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCount The number of items in the list.  
Public PropertyIsReadOnly Indicates that the list is read only.  
Public PropertyItem Gets the item at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAdd Adds new item to the list (not supported).  
Public MethodClear Removes all item from the list (not supported).  
Public MethodContains Returns true if the item is in the list.  
Public MethodCopyTo Copies the elements of the list to an array.  
Public MethodGetEnumerator Returns an enumerator for the list.  
Public MethodIndexOf Returns the list of the specified item in the list.  
Public MethodInsert Inserts an item into the list (not supported).  
Public MethodRemove Removes an item from the list (not supported).  
Public MethodRemoveAt Removes an item from the list (not supported).  
Public Methodstatic (Shared in Visual Basic)ToList Creates a read-only list from a list.  
Top

Public Operators

public Operator Implicit Type Conversion Creates a read-only list from a list.
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.