Difference between revisions of "Var"

esse quam videri
Jump to: navigation, search
(Definition)
Line 1: Line 1:
 
   
 
   
 
=Definition=
 
=Definition=
 
+
“Var” is an implicitly typed local variable that can only be declared locally within a method.
 
 
  
 
=Relevance=
 
=Relevance=

Revision as of 00:12, 10 August 2019

Definition

“Var” is an implicitly typed local variable that can only be declared locally within a method.

Relevance

Explanation

External Links