Click here to Skip to main content
15,916,835 members
Home / Discussions / C#
   

C#

 
QuestionSearch for repeated character combinations Pin
khalidelmeknesi8-Sep-09 2:07
khalidelmeknesi8-Sep-09 2:07 
AnswerRe: Search for repeated character combinations Pin
sanforjackass8-Sep-09 2:58
sanforjackass8-Sep-09 2:58 
GeneralRe: Search for repeated character combinations Pin
khalidelmeknesi8-Sep-09 3:08
khalidelmeknesi8-Sep-09 3:08 
AnswerRe: Search for repeated character combinations [modified] Pin
sanforjackass8-Sep-09 4:00
sanforjackass8-Sep-09 4:00 
GeneralRe: Search for repeated character combinations [modified] Pin
khalidelmeknesi16-Sep-09 22:48
khalidelmeknesi16-Sep-09 22:48 
AnswerRe: Search for repeated character combinations Pin
sanforjackass18-Sep-09 12:05
sanforjackass18-Sep-09 12:05 
AnswerRe: Search for repeated character combinations Pin
Ian Shlasko8-Sep-09 5:41
Ian Shlasko8-Sep-09 5:41 
GeneralRe: Search for repeated character combinations Pin
khalidelmeknesi8-Sep-09 21:48
khalidelmeknesi8-Sep-09 21:48 
QuestionRedirect Console for In-Memory Execution Pin
Anindya Chatterjee8-Sep-09 1:49
Anindya Chatterjee8-Sep-09 1:49 
AnswerRe: Redirect Console for In-Memory Execution Pin
Not Active8-Sep-09 2:19
mentorNot Active8-Sep-09 2:19 
GeneralRe: Redirect Console for In-Memory Execution Pin
Anindya Chatterjee8-Sep-09 3:27
Anindya Chatterjee8-Sep-09 3:27 
GeneralRe: Redirect Console for In-Memory Execution Pin
Not Active8-Sep-09 3:36
mentorNot Active8-Sep-09 3:36 
GeneralRe: Redirect Console for In-Memory Execution Pin
Anindya Chatterjee8-Sep-09 3:43
Anindya Chatterjee8-Sep-09 3:43 
GeneralRe: Redirect Console for In-Memory Execution Pin
Not Active8-Sep-09 4:14
mentorNot Active8-Sep-09 4:14 
Questionhow to change individual gridline color in datagridview Pin
gtag8-Sep-09 1:48
gtag8-Sep-09 1:48 
QuestionXML tags for documentation: How to link to data type of parameter / function? Pin
Guido Carl8-Sep-09 1:24
Guido Carl8-Sep-09 1:24 
Hello.

We got a newbie question on XML tags for documentation (only partly referring to C#):
The text needs to use the data type of a function (or a function parameter). The documentation text goes the same for all programming languages though you have different data type namings in C#, VB.NET, C++ ... As an example, in C# and C++ you have float data type but VB names it Single.

A code example (VB here):
''' <summary>The function <cref name="myFunction"/> has the data type Single/float.</summary>
Public Function myFunction As Single()
   Return myFunction(Me.Count)
EndFunction

Can we refer to the data type naming as we do to the function name? Could be a tag like <creftype name="myFunction"/>

We use VS2008 (and Sandcastle for html help).

Thanks for hints
Guido Carl

modified on Tuesday, September 8, 2009 7:40 AM

AnswerRe: XML tags for documentation: How to link to data type of parameter / function? Pin
N a v a n e e t h8-Sep-09 2:11
N a v a n e e t h8-Sep-09 2:11 
AnswerRe: XML tags for documentation: How to link to data type of parameter / function? Pin
Guido Carl8-Sep-09 2:19
Guido Carl8-Sep-09 2:19 
QuestionContext menu or Context menu with Icons Pin
rizwan.saddal8-Sep-09 1:02
rizwan.saddal8-Sep-09 1:02 
AnswerRe: Context menu or Context menu with Icons Pin
DaveyM698-Sep-09 1:11
professionalDaveyM698-Sep-09 1:11 
Questioniphone style scrolling Pin
benams8-Sep-09 0:47
benams8-Sep-09 0:47 
AnswerRe: iphone style scrolling Pin
Alan Balkany8-Sep-09 4:23
Alan Balkany8-Sep-09 4:23 
QuestionWinForm Opacity - BeginDrag / EndDrag Pin
Programm3r8-Sep-09 0:19
Programm3r8-Sep-09 0:19 
AnswerRe: WinForm Opacity - BeginDrag / EndDrag Pin
Programm3r8-Sep-09 0:52
Programm3r8-Sep-09 0:52 
Questionhow to insert color in the row of the richtextbox contorol Pin
amir-haghighi7-Sep-09 23:08
amir-haghighi7-Sep-09 23:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.