Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A template list class that can be used to expose members of immutable classes.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class ReadOnlyList<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
Visual Basic
Public Class ReadOnlyList(Of T) _
	Implements IList(Of T), ICollection(Of T),  _
	IEnumerable(Of T), IList, ICollection, IEnumerable
Visual C++
generic<typename T>
public ref class ReadOnlyList : IList<T>, 
	ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Opc.Ua.ReadOnlyList`1"]

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..ReadOnlyList<(Of <(<'T>)>)>

See Also