T
- this
-
A variable that references the current instance of a classor struct.
- throw
-
A jump statement that throws an exception when an abnormal condition
has occurred.
- true
-
A Boolean literal.
- try
-
A statement that provides a way to handle an exception or a premature
exit in a statement block.
- typeof
-
An operator that returns the type of an object as a
System.Type object.
|