Click or drag to resize
ListTAsReadOnly Method

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public ReadOnlyCollection<T> AsReadOnly()

Return Value

Type: ReadOnlyCollectionT
A ReadOnlyCollectionT that acts as a read-only wrapper around the current ListT.
See Also