nedcomp hosting homepage

Producten en Diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

C# Programmer's Reference  

Operator Keywords

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   Allocate a block of memory on the stack.

The following keywords, which can be used as operators and as statements, are covered in the Statements section:

  • checked   Specify checked context.
  • unchecked   Specify unchecked context.

See Also

C# Keywords | C# Operators