Test Method Implicit anonymous class type

Anonymous class is no name like
anonymous class can not be referenced, you can only use the new statement to declare when you create
Var implicit type, a variable is declared without specifying the data type, the compiler determines the data type of a mechanism in accordance with the assignment.
Anonymous methods are C # 2.0 introduced a new feature that allows developers to inline (inline) declare its own function code without using a delegate function (delegate function)
 
 
 

Guess you like

Origin www.cnblogs.com/wtt123456/p/11201565.html