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

Strongly typed read-only list that provides all applicable methods available in List<(Of <(<'T>)>)>

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public interface IReadOnlyList<T> : IEnumerable<T>
Visual Basic
Public Interface IReadOnlyList(Of T) _
	Inherits IEnumerable(Of T)
Visual C++
generic<typename T>
public interface class IReadOnlyList : IEnumerable<T>
F#
type IReadOnlyList<'T> =  
    interface
        interface IEnumerable<'T>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T
Type of items in list

See Also

Collapse/expand Version History

1.5.2