Public · Protected · Private
casting,as,is
Type: Public  |  Created: 2012-06-12  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • // with as you need to do null check visual rect = r as Visual; if (rect == null) Console.WriteLine("Sorry"); if (emp is SalesPerson) { ... } if (emp is Manager) { ....... }
    2012-06-12 11:39
This blog is frozen. No new comments or edits allowed.