Skip to content
HCI Programming II

HCI Programming II

Just another Kyoung Shin Park’s Lectures Sites site

Posted on September 10, 2017October 2, 2018 by kpark

Boxing vs Unboxing

https://msdn.microsoft.com/en-us/library/yz2be5wk.aspx

int i = 123;
object o = i; // boxing (값 형식 -> 참조 형식)

int j = (int) o; // unboxing (참조 형식 -> 값 형식)

CategoriesC# Programming

Post navigation

Previous PostPrevious string + operator vs integer + operator
Next PostNext Boxing과 Unboxing을 최소화하라

Recent Posts

  • QuakeViewer
  • WOEID CSV, XML, JSON
  • PERSONLISTVIEWXMLSERIALIZER
  • XML SERIALIZATION TUTORIAL
  • SERIALIZATION

Recent Comments

    Archives

    • December 2017
    • November 2017
    • October 2017
    • September 2017
    • August 2017

    Categories

    • C# Programming
    • Homework
    • Lecture Note
    • Q&A

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    Proudly powered by WordPress