- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 60字
- 2021-07-02 15:29:23
Making objects of the delegate type
Now, the next thing that we will do is to enter the following below the preceding line:
Compare comp = (a, b) => (a == b);
As you begin to enter Compare, notice from the popup that once you have a delegate (Compare), essentially, you can make objects of that kind; then, type comp.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- C程序設計簡明教程(第二版)
- Android開發精要
- 64位匯編語言的編程藝術
- Spring實戰(第5版)
- Python:Master the Art of Design Patterns
- Scala編程實戰(原書第2版)
- Asynchronous Android Programming(Second Edition)
- 深入理解C指針
- Puppet:Mastering Infrastructure Automation
- C#程序開發參考手冊
- Python GUI設計tkinter菜鳥編程(增強版)
- Python深度學習:基于PyTorch
- 深入理解Android:WebKit卷
- 機器學習開發者指南