A delegate is a reference type that can be used to encapsulate a named or an anonymous method. Delegates are similar to function
pointers in C++; however, delegates are type-safe and secure.
时间: 2024-11-05 15:45:03
A delegate is a reference type that can be used to encapsulate a named or an anonymous method. Delegates are similar to function
pointers in C++; however, delegates are type-safe and secure.