Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
Questioni need help Pin
zez01-Nov-09 20:22
zez01-Nov-09 20:22 
AnswerRe: i need help Pin
Christian Graus1-Nov-09 20:32
protectorChristian Graus1-Nov-09 20:32 
AnswerRe: i need help Pin
Mycroft Holmes1-Nov-09 20:37
professionalMycroft Holmes1-Nov-09 20:37 
GeneralRe: i need help Pin
Christian Graus1-Nov-09 20:45
protectorChristian Graus1-Nov-09 20:45 
GeneralRe: i need help Pin
zez01-Nov-09 20:57
zez01-Nov-09 20:57 
GeneralRe: i need help Pin
Christian Graus1-Nov-09 21:18
protectorChristian Graus1-Nov-09 21:18 
GeneralRe: i need help Pin
zez01-Nov-09 21:35
zez01-Nov-09 21:35 
GeneralRe: i need help Pin
Christian Graus1-Nov-09 21:40
protectorChristian Graus1-Nov-09 21:40 
AnswerRe: i need help Pin
dan!sh 1-Nov-09 20:54
professional dan!sh 1-Nov-09 20:54 
Questionhow to disable BT and WIFI in windows mobile - C# Pin
E_Gold1-Nov-09 19:26
E_Gold1-Nov-09 19:26 
AnswerRe: how to disable BT and WIFI in windows mobile - C# Pin
Christian Graus1-Nov-09 20:01
protectorChristian Graus1-Nov-09 20:01 
GeneralRe: how to disable BT and WIFI in windows mobile - C# Pin
E_Gold1-Nov-09 21:15
E_Gold1-Nov-09 21:15 
GeneralRe: how to disable BT and WIFI in windows mobile - C# Pin
Christian Graus1-Nov-09 21:19
protectorChristian Graus1-Nov-09 21:19 
QuestionReport not load Pin
haleemasher1-Nov-09 18:59
haleemasher1-Nov-09 18:59 
AnswerRe: Report not load Pin
Christian Graus1-Nov-09 19:10
protectorChristian Graus1-Nov-09 19:10 
QuestionUsing .Equals on a generic type constrained by struct. Pin
CaptainSeeSharp1-Nov-09 15:45
CaptainSeeSharp1-Nov-09 15:45 
I have a class that takes a constrained generic type and I need to know whether that type will be boxed when I call the Equals method.

//T will likely only be of type <code>byte</code> or <code>enum : byte</code>
class FUBAR<T> where T : struct
{
  bool DoSomething(T a, T b)
  {
    return a.Equals(b); //will boxing occur? OR WILL THE OVERLOAD THAT <code>BYTE</code>DEFINES BE CALLED?
  }
}



AnswerRe: Using .Equals on a generic type constrained by struct. Pin
Not Active1-Nov-09 17:08
mentorNot Active1-Nov-09 17:08 
AnswerRe: Using .Equals on a generic type constrained by struct. Pin
Christian Graus1-Nov-09 17:57
protectorChristian Graus1-Nov-09 17:57 
GeneralRe: Using .Equals on a generic type constrained by struct. Pin
CaptainSeeSharp1-Nov-09 18:07
CaptainSeeSharp1-Nov-09 18:07 
GeneralRe: Using .Equals on a generic type constrained by struct. Pin
Christian Graus1-Nov-09 18:39
protectorChristian Graus1-Nov-09 18:39 
AnswerRe: Using .Equals on a generic type constrained by struct. Pin
N a v a n e e t h1-Nov-09 22:33
N a v a n e e t h1-Nov-09 22:33 
QuestionZedGraph date help Pin
Aljaz1111-Nov-09 12:46
Aljaz1111-Nov-09 12:46 
AnswerRe: ZedGraph date help Pin
Christian Graus1-Nov-09 13:01
protectorChristian Graus1-Nov-09 13:01 
Questionled to rs232 [modified] Pin
_Q12_1-Nov-09 12:35
_Q12_1-Nov-09 12:35 
AnswerRe: led to rs232 Pin
Christian Graus1-Nov-09 12:42
protectorChristian Graus1-Nov-09 12:42 

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.