Today's C# Quiz
Quiz
Which of the following statements is true about C# anonymous type?
Anonymous type can add new property once it is created
Anonymous type can add an event
You can use a delegate for a method in anonymous type
Anonymous type is an immutable type
