ahoefling andstephentoubUpdated Exception Handling for Collection<T> (#23290)
* Updated Argument Helper param from list->collection since the parameter name is collection* Updated exception message to use an out of range exception that doesn't explicitly reference a list* Simplified if statements that verify if the index is out of range* Updated if logic to be simplified using (uint)* Updated exception handling to throw ThrowHelper.ThrowArgumentOutOfRange_IndexException() when the ExceptionArgument was 'Index'
Latest commit 01adae8Mar 22, 2019