Click here to Skip to main content
16,013,918 members

Comments by Member 11736914 (Top 6 by date)

Member 11736914 22-Feb-16 10:34am View    
you were right about the read function i wasn't creating a new instence each time i used it
Member 11736914 17-Feb-16 10:20am View    
it basically should work for any type cause it's defined in Convert Class
Member 11736914 17-Feb-16 9:17am View    
output type
Member 11736914 12-Feb-16 11:45am View    
what i need is to have something like this <pre lang="c#"><pre>var Something = new Something ();
Something .add(FirstClass);
Something .add(SecondClass);</pre></pre>
Member 11736914 12-Feb-16 10:40am View    
it's just a class that have a looot of fonctions and variables in it like i said 10000 lignes of code that was wreting by two people long time ago