Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Quote:
It's a little embarrassing to ask this, but I'm need refresh in this topic


How can I open a class names "Node<t>" without get an error about using the chars <> ?
I'm using visual studio 2013 if this matter.
Posted
Comments
OriginalGriff 1-Sep-14 9:52am    
You're going to have to add a bit to that: there is no standard generic Node class AFAIK.

 
Share this answer
 
Node of T means a generic class in C#. <t> means of type T( a generic type). a client can substitute it with a custom type. Not sure about your usage of <t> here.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900