Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
Questionabout c Pin
sasi bhushan17-Jun-06 19:54
sasi bhushan17-Jun-06 19:54 
AnswerRe: about c Pin
sasi bhushan17-Jun-06 19:55
sasi bhushan17-Jun-06 19:55 
GeneralRe: about c Pin
sasi bhushan17-Jun-06 19:56
sasi bhushan17-Jun-06 19:56 
GeneralRe: about c Pin
sasi bhushan17-Jun-06 19:56
sasi bhushan17-Jun-06 19:56 
GeneralRe: about c Pin
Super Lloyd17-Jun-06 22:15
Super Lloyd17-Jun-06 22:15 
GeneralRe: about c Pin
Graham Nimbley18-Jun-06 11:21
Graham Nimbley18-Jun-06 11:21 
AnswerRe: about c [modified] Pin
Dave Kreskowiak18-Jun-06 2:59
mveDave Kreskowiak18-Jun-06 2:59 
QuestionXML documentation problem Pin
Super Lloyd17-Jun-06 19:47
Super Lloyd17-Jun-06 19:47 
I have a class which kind of represent something akin to a node in a tree like data structure.

I have some method like that:

class Element
{
IList<int> GetElementPath(); // get the path from the root

Element this[int index] { } // get children

Element this[IList<int> path] {} // descend the hierarchy with given indexes
}

Now I try to add some XML comment to GetElementPath()

/// <returns>The path from the root to this element, to use with
/// <see cref="this[IList<T>]"/></returns>

That doesn't work...
And I have some problem to understand the XML documentation specification.

Could someone shed some light for me? Thanks! Big Grin | :-D


AnswerRe: XML documentation problem Pin
Super Lloyd18-Jun-06 4:53
Super Lloyd18-Jun-06 4:53 
QuestionProblem refactoring CollectionBase to Generics with Sort() Pin
LongRange.Shooter17-Jun-06 18:04
LongRange.Shooter17-Jun-06 18:04 
QuestionOpen file for jus reading Pin
keroed_edmond17-Jun-06 14:58
keroed_edmond17-Jun-06 14:58 
AnswerRe: Open file for jus reading Pin
Robert Rohde17-Jun-06 15:23
Robert Rohde17-Jun-06 15:23 
GeneralRe: Open file for jus reading Pin
keroed_edmond17-Jun-06 19:49
keroed_edmond17-Jun-06 19:49 
QuestionRegarding 70-536 & 70-528 Pin
student_rhr17-Jun-06 14:52
student_rhr17-Jun-06 14:52 
AnswerRe: Regarding 70-536 & 70-528 Pin
Steve Maier17-Jun-06 17:08
professionalSteve Maier17-Jun-06 17:08 
QuestiondataGridView - Select cell on right click Pin
shultas17-Jun-06 14:13
shultas17-Jun-06 14:13 
Question[Message Deleted] Pin
WCup17-Jun-06 13:22
WCup17-Jun-06 13:22 
AnswerRe: How to avoid :not all code paths return a value Pin
TheBeginner7717-Jun-06 13:37
TheBeginner7717-Jun-06 13:37 
AnswerRe: How to avoid :not all code paths return a value Pin
Christian Graus17-Jun-06 13:38
protectorChristian Graus17-Jun-06 13:38 
AnswerRe: [Message Deleted] Pin
Colin Angus Mackay17-Jun-06 23:02
Colin Angus Mackay17-Jun-06 23:02 
GeneralRe: [Message Deleted] Pin
Malcolm Smart18-Jun-06 0:15
Malcolm Smart18-Jun-06 0:15 
QuestionHow can i add strings to the columns of a dataGridView? [modified]....pls if someone knows.... Pin
TheBeginner7717-Jun-06 11:45
TheBeginner7717-Jun-06 11:45 
QuestionRe: How can i add strings to the columns of a dataGridView? [modified]....pls if someone knows.... Pin
TheBeginner7717-Jun-06 13:52
TheBeginner7717-Jun-06 13:52 
QuestionDelegate / Event Behaviour [modified] Pin
Malcolm Smart17-Jun-06 9:55
Malcolm Smart17-Jun-06 9:55 
QuestionRe: Delegate / Event Behaviour Pin
Jun Du17-Jun-06 10:55
Jun Du17-Jun-06 10:55 

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.