Skip to content

cotrTypesNull

The C# null value.

Aliases:

  • cotrTypesNull
  • nullType
  • typesNull
  • cotrNull

cpp

nullptr

csharp

null

go

nil

haskell

Nothing

java

null

kotlin

null

perl

undef

powershell

Terminal window
null

shellscript

Terminal window
# Bash doesn't have a dedicated null type, but you can use an empty string or a special value like 'null' to represent null.

swift

nil