Q4
Single choice
A developer has created a variable of type List of Strings named "UserList" and initialized it with an empty list: "UserList = new List(Of String)".
What is printed in the log message after the following Invoke Code is executed?

