Term cloud

Unboxing

Unboxing is conversion of a reference type to a value type.

Ex:

C#

int a = 10;
object b;
int c = 0;
b = (object) a;
c = (int) b;

0 comments:

Post a Comment

 

Dot net terms Copyright © 2010 | Designed by Ipietoon for Free Blogger Template