Programming/C#
[C#] Delegate, Action 과 Func, 람다식, Event 정리
시작하기 Delegate, Action 과 Func, 람다식, Event 통합 정리 1판. Delegate 대리자(Delegate)는 일종의 함수 포인트이다. 내부적으로 Count 만큼 List 를 순회하는 연결리스트 구조를 형성 중 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 using System; public class SamplesDelegate { // Declares a delegate for a method that takes in an int and returns ..
2019. 11. 18. 13:07
최근댓글