Click here to Skip to main content
15,923,164 members
Home / Discussions / C#
   

C#

 
GeneralRe: Stripping HTML tags Pin
leppie19-Aug-02 8:51
leppie19-Aug-02 8:51 
GeneralRe: Stripping HTML tags Pin
Nnamdi Onyeyiri19-Aug-02 8:54
Nnamdi Onyeyiri19-Aug-02 8:54 
GeneralRe: Stripping HTML tags Pin
Nick Parker19-Aug-02 12:01
protectorNick Parker19-Aug-02 12:01 
GeneralXmlSerializer and interfaces Pin
Ryan Cromwell19-Aug-02 5:36
Ryan Cromwell19-Aug-02 5:36 
GeneralRe: XmlSerializer and interfaces Pin
Andy Smith19-Aug-02 19:52
Andy Smith19-Aug-02 19:52 
GeneralRe: XmlSerializer and interfaces Pin
leppie20-Aug-02 2:30
leppie20-Aug-02 2:30 
GeneralRe: XmlSerializer and interfaces Pin
Ryan Cromwell20-Aug-02 4:18
Ryan Cromwell20-Aug-02 4:18 
GeneralRe: XmlSerializer and interfaces Pin
leppie20-Aug-02 4:50
leppie20-Aug-02 4:50 
Cromwell wrote:
private int mynumber; //serialized

private int myothernumber { //not serialized
get { return mynumber; }
set { mynumber = value; }
}


What the point of a private property, if it is not used? Sure , internal, protected and public have there reason, but I cannot see the purpose of a private property.

Just my 2 cents Smile | :)

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: XmlSerializer and interfaces Pin
James T. Johnson20-Aug-02 6:41
James T. Johnson20-Aug-02 6:41 
GeneralRe: XmlSerializer and interfaces Pin
Ryan Cromwell20-Aug-02 7:20
Ryan Cromwell20-Aug-02 7:20 
GeneralInterop question Pin
leppie19-Aug-02 4:47
leppie19-Aug-02 4:47 
Generaldumb question SOLVED :) Pin
leppie19-Aug-02 5:35
leppie19-Aug-02 5:35 
General@$#)(#@)($ dialogs Pin
Christian Graus19-Aug-02 2:57
protectorChristian Graus19-Aug-02 2:57 
GeneralRe: @$#)(#@)($ dialogs Pin
James T. Johnson19-Aug-02 3:32
James T. Johnson19-Aug-02 3:32 
GeneralRe: @$#)(#@)($ dialogs Pin
Sijin19-Aug-02 3:41
Sijin19-Aug-02 3:41 
GeneralRe: @$#)(#@)($ dialogs Pin
Christian Graus19-Aug-02 12:12
protectorChristian Graus19-Aug-02 12:12 
GeneralRe: @$#)(#@)($ dialogs Pin
Domenic Denicola19-Aug-02 13:32
Domenic Denicola19-Aug-02 13:32 
GeneralRe: @$#)(#@)($ dialogs Pin
Sijin19-Aug-02 3:36
Sijin19-Aug-02 3:36 
GeneralRemoting Question Pin
Eka19-Aug-02 2:01
Eka19-Aug-02 2:01 
GeneralRe: Remoting Question Pin
Sijin19-Aug-02 2:39
Sijin19-Aug-02 2:39 
Questionkeyboard events and mouse events? Pin
imran_rafique19-Aug-02 1:15
imran_rafique19-Aug-02 1:15 
Generalplz ans that one Pin
imran_rafique19-Aug-02 0:18
imran_rafique19-Aug-02 0:18 
GeneralRe: plz ans that one Pin
leppie19-Aug-02 1:19
leppie19-Aug-02 1:19 
GeneralRe: plz ans that one Pin
jparsons19-Aug-02 10:29
jparsons19-Aug-02 10:29 
QuestionImageList ... where to store ? Pin
AegisHold18-Aug-02 22:54
AegisHold18-Aug-02 22:54 

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.