Boxing and UnBoxing

Boxing UnBoxing
Transform Value Type to object(refrence type) Transform object to value type
int i = 123; object o = i; object o = 123; i = (int)o;

results matching ""

    No results matching ""