Difference between revisions of "Inserting Delegate Stubs in VS2012 (CS)"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:Inserting Delegate Stubs in VS2012 (C#)}}") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Inserting Delegate Stubs in VS2012 (C#)}} | {{DISPLAYTITLE:Inserting Delegate Stubs in VS2012 (C#)}} | ||
+ | == Introduction == | ||
+ | In Visual Studio 2012, you can automatically insert delegate stubs based on their signature in C#. | ||
+ | |||
+ | == Example == | ||
+ | Consider the simple example below: | ||
+ | <syntaxhighlight lang="csharp" line> | ||
+ | </syntaxhighlight> |
Revision as of 16:47, 15 March 2013
Introduction
In Visual Studio 2012, you can automatically insert delegate stubs based on their signature in C#.
Example
Consider the simple example below: