Click here to Skip to main content
15,911,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: runtime created tables into SQL databases Pin
minnie mouse19-Jun-06 16:04
minnie mouse19-Jun-06 16:04 
GeneralRe: runtime created tables into SQL databases Pin
Colin Angus Mackay19-Jun-06 20:17
Colin Angus Mackay19-Jun-06 20:17 
QuestionI loose the session on the client side Pin
TheBeginner7717-Jun-06 21:39
TheBeginner7717-Jun-06 21:39 
AnswerRe: I loose the session on the client side Pin
Guffa18-Jun-06 0:54
Guffa18-Jun-06 0:54 
QuestionRe: I loose the session on the client side [modified] Pin
TheBeginner7718-Jun-06 1:10
TheBeginner7718-Jun-06 1:10 
AnswerRe: I loose the session on the client side Pin
Bogdan Damian19-Jun-06 10:11
Bogdan Damian19-Jun-06 10:11 
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 

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.