local type inference (n)~ A process in which the compiler infers the t…
페이지 정보
본문
local type inference (n)~ A process in which the compiler infers the type of a local variable that is declared with the var keyword in C# or without an As clause in Visual Basic. The compiler infers the type of the variable from the type of the initializer expression.