#dotnetcore
Read more stories on Hashnode
Articles with this tag
Access modifiers determine the accessibility of a type or type member, indicating which parts of a C# program can access those types and their...
What is a delegate? a delegate is a reference type variable that holds the reference of a method. C# delegates are similar to the C / C++ equivalent...