Wraps a ReadOnlyCollection around the specified list.
public static ReadOnlyCollection<T> AsReadOnly<T>(this IList<T> list)
A ReadOnlyCollection that wraps the list.