V
- value
-
The name of the implicit variable set by the set accessor of a
property.
- virtual
-
A class method modifier that indicates that a method can be
overridden by a derived class.
- void
-
A keyword used in place of a type for methods that
don't have a return value.
- volatile
-
Indicates that a field may be modified by the operating system or
another thread.
|