System::Collections::Generic::CollectionExtensions
Functions
| Function | Description |
|---|---|
| void AddRange(const SharedPtr<List<T>>&, const ReadOnlySpan<T>&) | Adds all items from the source span to given list. |
| SharedPtr<ObjectModel::ReadOnlyCollection<T>> AsReadOnly(const SharedPtr<IList<T>>&) | Wraps given list with read-only collection. |