TListBase<T>.AsReadOnlyList Method
Returns the list as read-only list.
private function AsReadOnlyList: IReadOnlyList<T>;
Implements
IList<T>.AsReadOnlyListIList.AsReadOnlyList
This method will not perform a copy but will return the same instance as IReadOnlyList<T>.