https://www.youtube.com/watch?v=TxWOaKE5w_s https://www.youtube.com/watch?v=8xKhNxtgo4k https://developer-talk.tistory.com/50 [C#]값 형식(Value Types)과 참조 형식(Reference Types) 값 형식(Value Types)과 참조 형식(Reference Types) C#에서는 메모리에 공간에 데이터를 할당하는 두 가지 방법이 있습니다. 값 형식(Value Types)은 스택(Stack) 공간에 데이터를 할당하며, 참조 형식(Referenc.. developer-talk.tistory.com https://truecode.tistory.com/46 [C#] 값 형식과 참조형식 값 형식 : 변..