This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Operator Keywords
[This is preliminary documentation and subject to change]
This section introduces the following keywords:
- as Convert an object to a compatible type.
- is Check the run-time type of an object.
- new
- sizeof Obtain the size of a type.
- typeof Obtain the System.Type object for a type.
- true Return the boolean value true.
- false Return the boolean value false.
- stackalloc Allocates a local array on the stack.
The following keywords, which can be used as operators and as statements, are covered in the Statements section:
See Also
C# Keywords