인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

루라's profile image
루라

asked

[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming

Event (Event)

event 호출가능영역

Written on

·

239

0

event는 선언된 클래스내에서만 호출할 수 있다면

private get;     public set;

의 델리게이트 프로퍼티랑 비슷하다고도 할수있을까요?

C#

Answer 1

1

rookiss님의 프로필 이미지
rookiss
Instructor

네 세부적인 구현은 다르겠지만,
느낌적으로는 그렇게 이해할 수도 있겠습니다.

루라님의 프로필 이미지
루라
Questioner

감삼당

루라's profile image
루라

asked

Ask a question