expression "bool?"

  • Thread starter Thread starter Marcel Kloubert
  • Start date Start date
M

Marcel Kloubert

Hi!

Example:

public bool? IsChecked
{
get { throw new NotImplementedException(); }
}

What does the question mark after the bool mean ("bool?")?
 
Back
Top