Language/C#

struct list 수정 불가

비비이잉 2022. 5. 16. 16:44
반응형

https://korsa.tistory.com/64

 

C# Error Message : Cannot modify the return value of 'Collection<...>' because it is not a variable

Collection이 구조체(struct) 로 이루어져 있으면, Collection의 element에 접근해서 값을 변경하는 작업 시 에러가 난다. Collection의 값을 변경하려고 참조하는 순간 element의 복사가 이루어지고(element가 st..

korsa.tistory.com

 

반응형

'Language > C#' 카테고리의 다른 글

[Chart 마우스 드래그 이벤트]  (0) 2022.06.13
C# height Histogram  (0) 2022.05.17
1  (0) 2022.05.09
C#  (0) 2022.05.09
C# 정규표현식  (0) 2022.04.29