Hi
I have an error when I add in the code you gave for the public override ToString because it asks for a return type. But from what I understand, there is no specific return type for this, is that correct?
User Profile
Collapse
-
How to print out contents of a structure in a linked list in c#?
I'm trying to print out the contents of a linked list of structures but am not able to access the attributes of the structure by using the dot operator. I don't know what's the problem. Can someone please help me out? Thank you!
...Code:public class route { public struct Bus_stop { // Fields private int stop_num; private
No activity results to display
Show More
Leave a comment: