Click here to Skip to main content
16,007,932 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need Help Urgently Pin
Thomas Stockwell26-May-07 15:22
professionalThomas Stockwell26-May-07 15:22 
AnswerRe: Need Help Urgently Pin
Christian Graus26-May-07 15:46
protectorChristian Graus26-May-07 15:46 
JokeRe: Need Help Urgently Pin
Muammar©26-May-07 19:28
Muammar©26-May-07 19:28 
GeneralRe: Need Help Urgently Pin
Dave Herren27-May-07 4:56
Dave Herren27-May-07 4:56 
QuestionGenerics class Pin
abedo198226-May-07 9:53
abedo198226-May-07 9:53 
AnswerRe: Generics class Pin
Not Active26-May-07 13:45
mentorNot Active26-May-07 13:45 
GeneralRe: Generics class Pin
abedo198227-May-07 10:49
abedo198227-May-07 10:49 
GeneralRe: Generics class [modified] Pin
Not Active27-May-07 11:45
mentorNot Active27-May-07 11:45 
No, a generic class would be something like this*
public class MyList<T> : IEnumerable<br />
{<br />
  private List<T> m_InternalList;<br />
<br />
}


As in the example, now you have a Generic class that can support a collection of objects in a type-safe manner and gives the ability to iterate through that collection.

*disclaimer: Not 100% complete and acccurate code, just psuedo code so don't complain;P


-- modified at 18:03 Sunday 27th May, 2007


only two letters away from being an asset

Questionsynchronization with serialport ? Pin
Mir_As26-May-07 9:22
Mir_As26-May-07 9:22 
AnswerRe: synchronization with serialport ? Pin
Muammar©26-May-07 19:39
Muammar©26-May-07 19:39 
Questionread data from excel Pin
Mujz.........26-May-07 8:59
Mujz.........26-May-07 8:59 
QuestionHow to use code templates for entity properties Pin
AndrusM26-May-07 8:54
AndrusM26-May-07 8:54 
QuestionShow combobox list opening control only in current row Pin
AndrusM26-May-07 8:53
AndrusM26-May-07 8:53 
QuestionDropDownWidth ignored in DataGridViewComboBoxColumn Pin
AndrusM26-May-07 8:51
AndrusM26-May-07 8:51 
Questionhow to tell to regex (regular expression) that ignore some charachters ? Pin
hdv21226-May-07 8:40
hdv21226-May-07 8:40 
AnswerRe: how to tell to regex (regular expression) that ignore some charachters ? Pin
mav.northwind26-May-07 21:59
mav.northwind26-May-07 21:59 
QuestionSetStyle( ) to eliminate flicker causes problem. Pin
Ylno26-May-07 7:56
Ylno26-May-07 7:56 
Questionclearing table or dataGrid and make the table selected fit in my dataGrid Pin
spawn_ro198526-May-07 6:16
spawn_ro198526-May-07 6:16 
QuestionDirectoryInfo Problem Pin
Mohammed Elkholy26-May-07 5:20
Mohammed Elkholy26-May-07 5:20 
AnswerRe: DirectoryInfo Problem Pin
kubben26-May-07 7:14
kubben26-May-07 7:14 
AnswerRe: DirectoryInfo Problem Pin
Luc Pattyn26-May-07 8:28
sitebuilderLuc Pattyn26-May-07 8:28 
Questionexport from grid to excel,word Pin
praveenanand26-May-07 3:18
praveenanand26-May-07 3:18 
AnswerRe: export from grid to excel,word Pin
Manoj Kumar Rai26-May-07 7:02
professionalManoj Kumar Rai26-May-07 7:02 
QuestionOpen File Dialog again Pin
mihksoft26-May-07 3:02
mihksoft26-May-07 3:02 
QuestionHashtable Pin
pranu_1326-May-07 2:55
pranu_1326-May-07 2: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.