PBU's notes
May 15, 2018
Delegate
Delegate(대리자)
C# 대리자는 C와 C++의 포인터 함수와 유사합니다. 대리자는 참조형 변수(Reference type variable)로 메소드에 참조를 가지고 있습니다. 참조는 런타임에 변경할 수 있으며, 대리자는 특히 이벤트(Event)또는 콜백(Call-back)메소드를 구현할 때 주로 사용됩니다.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment