M
Marcel Kloubert
Hi!
Example:
public bool? IsChecked
{
get { throw new NotImplementedException(); }
}
What does the question mark after the bool mean ("bool?")?
Example:
public bool? IsChecked
{
get { throw new NotImplementedException(); }
}
What does the question mark after the bool mean ("bool?")?