Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If the extension method AddRange is called with a null parameter, it will throw a NullReferenceException at runtime. This is because the method expects a non-null parameter of type IEnumerable to add elements to a collection. When it receives a null value, it cannot perform the operation and throws an exception.