Click here to Skip to main content
15,888,334 members
Home / Discussions / C#
   

C#

 
AnswerRe: tabbed forms with identical content. Pin
DaveyM6910-Jul-09 11:18
professionalDaveyM6910-Jul-09 11:18 
GeneralRe: tabbed forms with identical content. Pin
avDallas10-Jul-09 18:05
avDallas10-Jul-09 18:05 
AnswerRe: tabbed forms with identical content. Pin
Henry Minute10-Jul-09 11:24
Henry Minute10-Jul-09 11:24 
QuestionDifference between Methods and Functions? Pin
Rajdeep.NET10-Jul-09 8:46
Rajdeep.NET10-Jul-09 8:46 
AnswerRe: Difference between Methods and Functions? Pin
Blue_Boy10-Jul-09 8:50
Blue_Boy10-Jul-09 8:50 
AnswerRe: Difference between Methods and Functions? Pin
0x3c010-Jul-09 9:03
0x3c010-Jul-09 9:03 
GeneralRe: Difference between Methods and Functions? Pin
Rajdeep.NET10-Jul-09 9:19
Rajdeep.NET10-Jul-09 9:19 
GeneralRe: Difference between Methods and Functions? Pin
0x3c010-Jul-09 9:43
0x3c010-Jul-09 9:43 
That doesn't make any sense. I've already said how I view methods and functions to be different, how is this inaccurate - it implies that functions and methods are different, with functions being a subtype of methods

The definition you gave is odd. If I declared some C# code like so:
public int Function()
{
   private void Method()
   {
   }
}
It wouldn't compile AFAIK (not got access to csc, so can't check). The same point applies to the second clause of your sentence.

Between the idea
And the reality
Between the motion
And the act
Falls the Shadow

GeneralRe: Difference between Methods and Functions? Pin
PIEBALDconsult10-Jul-09 13:44
mvePIEBALDconsult10-Jul-09 13:44 
AnswerRe: Difference between Methods and Functions? Pin
PIEBALDconsult10-Jul-09 9:19
mvePIEBALDconsult10-Jul-09 9:19 
GeneralRe: Difference between Methods and Functions? Pin
harold aptroot10-Jul-09 10:04
harold aptroot10-Jul-09 10:04 
GeneralRe: Difference between Methods and Functions? Pin
DaveyM6910-Jul-09 11:26
professionalDaveyM6910-Jul-09 11:26 
GeneralRe: Difference between Methods and Functions? Pin
PIEBALDconsult10-Jul-09 13:49
mvePIEBALDconsult10-Jul-09 13:49 
GeneralRe: Difference between Methods and Functions? Pin
harold aptroot10-Jul-09 14:12
harold aptroot10-Jul-09 14:12 
GeneralRe: Difference between Methods and Functions? Pin
PIEBALDconsult10-Jul-09 17:57
mvePIEBALDconsult10-Jul-09 17:57 
GeneralRe: Difference between Methods and Functions? Pin
Luc Pattyn10-Jul-09 13:22
sitebuilderLuc Pattyn10-Jul-09 13:22 
GeneralRe: Difference between Methods and Functions? Pin
PIEBALDconsult10-Jul-09 13:46
mvePIEBALDconsult10-Jul-09 13:46 
AnswerRe: Difference between Methods and Functions? Pin
Alan Balkany13-Jul-09 4:23
Alan Balkany13-Jul-09 4:23 
QuestionDataGridView add row performance Pin
Dan Neely10-Jul-09 8:45
Dan Neely10-Jul-09 8:45 
QuestionIVR Pin
kenant10-Jul-09 8:05
kenant10-Jul-09 8:05 
QuestionRe: IVR Pin
harold aptroot10-Jul-09 8:07
harold aptroot10-Jul-09 8:07 
AnswerRe: IVR Pin
Dr.Walt Fair, PE10-Jul-09 10:36
professionalDr.Walt Fair, PE10-Jul-09 10:36 
QuestionGnuPG / GnuPGWrapper from C# Pin
davidmgray_de10-Jul-09 5:09
davidmgray_de10-Jul-09 5:09 
AnswerRe: GnuPG / GnuPGWrapper from C# Pin
MumbleB10-Jul-09 6:57
MumbleB10-Jul-09 6:57 
QuestionRegex.Remove Pin
Wheels01210-Jul-09 5:07
Wheels01210-Jul-09 5:07 

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.