Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The default keyword.
The default keyword can be used in the switch statement or in generic code:
The switch statement: Specifies the default label.
Generic code: Specifies the default value of the type parameter. This will be null for reference types and zero for value types.