An open API service indexing awesome lists of open source software.

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

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#