摘要:
Drop C# for a long time, just warm up.DelegateOfficial definitionA delegate is a type that safely encapsulates a method, similar to a function pointer in C and C++. Unlike C function pointers, delegates are object-oriented, type safe, and secure. The type of a delegate is defined by the name of the
阅读全文