C# Delegates
Introduction to C# delegates in Hindi
Syntax of C# delegates in Hindi
Example of C# delegates in Hindi
Introduction to C# Delegates
C# में delegate एक reference type होता है। एक delegate किसी विशेष signature (parameter list और return type) के method के reference (pointer) को represent (hold) करता है।
एक delegate को आप type safe function pointer भी कह सकते है।
No comments:
Post a Comment