Click here to Skip to main content
       

C#

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
AnswerRe: C# linq to sql default problemmemberjschell8 Nov '12 - 8:49 
QuestionReplicate a class from an assempli and add a new constructormemberTheGermoz7 Nov '12 - 11:45 
AnswerRe: Replicate a class from an assempli and add a new constructormemberMycroft Holmes7 Nov '12 - 13:07 
AnswerRe: Replicate a class from an assempli and add a new constructormentorDaveyM697 Nov '12 - 18:42 
GeneralRe: Replicate a class from an assempli and add a new constructormemberTheGermoz7 Nov '12 - 22:41 
GeneralRe: Replicate a class from an assempli and add a new constructormentorDaveyM698 Nov '12 - 18:39 
GeneralRe: Replicate a class from an assempli and add a new constructormemberAndy4118 Nov '12 - 20:53 
You cannot do it later in a method, but if you know the parameters, you can do it like this:
 
class BaseClass
{
    public BaseClass(int theParam)
    {
    }
}
 

class DerivedClass : BaseClass
{
    public DerivedClass() : base(4711)
    {
    }
}
 

QuestionHow to structure my applicationmemberASOSEA7 Nov '12 - 1:11 
AnswerRe: How to structure my applicationprotectorPete O'Hanlon7 Nov '12 - 1:34 
GeneralRe: How to structure my applicationmemberASOSEA7 Nov '12 - 2:53 
AnswerRe: How to structure my applicationmemberMycroft Holmes7 Nov '12 - 11:34 
QuestionConvert PPT to imagememberer.neelkamal7 Nov '12 - 0:54 
Questionhow to report the single record into crystal reportmembersri apple6 Nov '12 - 20:02 
AnswerRe: how to report the single record into crystal reportmemberMycroft Holmes6 Nov '12 - 22:23 
QuestionSocket performancememberdevvvy6 Nov '12 - 16:54 
QuestionRe: Socket performancemvpRichard MacCutchan6 Nov '12 - 21:44 
AnswerRe: Socket performancememberdevvvy6 Nov '12 - 22:12 
GeneralRe: Socket performancemvpRichard MacCutchan6 Nov '12 - 22:28 
GeneralRe: Socket performancememberdevvvy7 Nov '12 - 15:27 
GeneralRe: Socket performancemvpRichard MacCutchan7 Nov '12 - 21:29 
GeneralRe: Socket performancememberdevvvy7 Nov '12 - 22:18 
GeneralRe: Socket performanceprotectorPete O'Hanlon7 Nov '12 - 22:26 
GeneralRe: Socket performancememberdevvvy7 Nov '12 - 22:29 
GeneralRe: Socket performancemvpRichard MacCutchan8 Nov '12 - 0:05 
AnswerRe: Socket performancemvpDave Kreskowiak7 Nov '12 - 2:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 18 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid