반응형
c# -- event 가 null 인 경우
참고: https://bytes.com/topic/c-sharp/answers/564785-when-event-null
https://codeblog.jonskeet.uk/2015/01/30/clean-event-handlers-invocation-with-c-6/
event 구독자가 없는 경우에는 null 이다.
an event with no subscribers is usually represented as a null reference.
반응형
'C#' 카테고리의 다른 글
C# -- MultiThread Singleton (0) | 2019.08.13 |
---|---|
C# -- 상속받는 멤버 숨기기 ( new 사용) (0) | 2019.07.19 |
C# -- main winform 닫을때, 다른 thread winform 도 동시 종료하기 (0) | 2019.05.25 |
C# -- Int64 to Int32 변환하기 (0) | 2019.05.22 |
C# -- SQLite 설치 사용하기 (0) | 2019.05.21 |