Overload | Description |
---|---|
ReadOnlyList<T> Constructor(IEnumerable<T>) | Creates a readonly list of T by copying the enumeration into a List<T> |
ReadOnlyList<T> Constructor(IList<T>) | Creates a readonly list of T by copying the collection |
ReadOnlyList<T> Constructor(IList<T>,Boolean) | Creates a readonly list of T creating a copy if desired |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7