c# -- event 가 null 인 경우

C# 2019. 6. 27. 15:49
반응형

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. 




반응형
Posted by 자유프로그램
,