https://github.com/ogubuikealex/delegateeventsandlambda
This Repository holds code samples from Session Eight
https://github.com/ogubuikealex/delegateeventsandlambda
Last synced: 7 months ago
JSON representation
This Repository holds code samples from Session Eight
- Host: GitHub
- URL: https://github.com/ogubuikealex/delegateeventsandlambda
- Owner: ogubuikeAlex
- Created: 2022-12-01T15:09:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T13:51:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T23:11:46.437Z (7 months ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bezao Session
This repository contains code samples gave during live lectures for Bezao Session Eight.
## Topics Covered
- Delegate
- Single delegate in C#
- Multicast delegate in C#
- Generic delegate in C#
- Delegate as a method Parameter
- Delegate and its return type
- Built in Func delegate in C#
- Built in Action delegate in C#
- Built in Predicate delegate in C#