Click here to Skip to main content
15,886,788 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add Multiple IP Addresses Pin
wasifmuneer13-May-10 1:41
wasifmuneer13-May-10 1:41 
GeneralRe: Add Multiple IP Addresses Pin
Dave Kreskowiak13-May-10 3:54
mveDave Kreskowiak13-May-10 3:54 
GeneralRe: Add Multiple IP Addresses Pin
wasifmuneer14-May-10 1:31
wasifmuneer14-May-10 1:31 
GeneralRe: Add Multiple IP Addresses Pin
Dave Kreskowiak14-May-10 2:06
mveDave Kreskowiak14-May-10 2:06 
Questionpublic...() where T statement confusion?? Pin
Sevententh12-May-10 22:20
Sevententh12-May-10 22:20 
AnswerRe: public...() where T statement confusion?? Pin
Richard MacCutchan12-May-10 22:25
mveRichard MacCutchan12-May-10 22:25 
GeneralRe: public...() where T statement confusion?? Pin
Sevententh12-May-10 22:53
Sevententh12-May-10 22:53 
AnswerRe: public...() where T statement confusion?? Pin
Tony Richards12-May-10 22:41
Tony Richards12-May-10 22:41 
The where statements are used to constrain which Types the generic can be used for. So:


Sevententh wrote:
where T : IValidator, new()


Means that the type T must inherit from IValidator and must have an accessible constructor that takes no arguments.


Sevententh wrote:
where K : class


This states that the type must be a Reference Type, not a Value Type.
QuestionRe: public...() where T statement confusion?? Pin
Sevententh12-May-10 23:33
Sevententh12-May-10 23:33 
AnswerRe: public...() where T statement confusion?? Pin
Tony Richards12-May-10 23:37
Tony Richards12-May-10 23:37 
GeneralRe: public...() where T statement confusion?? Pin
Sevententh12-May-10 23:59
Sevententh12-May-10 23:59 
Questionsend file via bluetooth Pin
behzadcp12-May-10 20:05
professionalbehzadcp12-May-10 20:05 
AnswerRe: send file via bluetooth Pin
Abhinav S12-May-10 20:23
Abhinav S12-May-10 20:23 
QuestionADO.NET Sql cmd/adapters and multiple line SQL statements Pin
devvvy12-May-10 18:22
devvvy12-May-10 18:22 
AnswerRe: ADO.NET Sql cmd/adapters and multiple line SQL statements Pin
Abhinav S12-May-10 18:26
Abhinav S12-May-10 18:26 
GeneralRe: ADO.NET Sql cmd/adapters and multiple line SQL statements Pin
devvvy12-May-10 18:47
devvvy12-May-10 18:47 
GeneralRe: ADO.NET Sql cmd/adapters and multiple line SQL statements Pin
J4amieC12-May-10 21:46
J4amieC12-May-10 21:46 
GeneralRe: ADO.NET Sql cmd/adapters and multiple line SQL statements Pin
PIEBALDconsult13-May-10 4:07
mvePIEBALDconsult13-May-10 4:07 
QuestionDataRowState not working as expected Pin
gmhanna12-May-10 9:38
gmhanna12-May-10 9:38 
AnswerRe: DataRowState not working as expected Pin
Gopal.S12-May-10 18:21
Gopal.S12-May-10 18:21 
QuestionServer program error: Unable to read data from the transport connection Pin
aei_totten12-May-10 8:02
aei_totten12-May-10 8:02 
AnswerRe: Server program error: Unable to read data from the transport connection Pin
aei_totten12-May-10 8:12
aei_totten12-May-10 8:12 
QuestionC# and vss Pin
Zeyad Jalil12-May-10 6:07
professionalZeyad Jalil12-May-10 6:07 
AnswerRe: C# and vss Pin
Abhinav S12-May-10 6:16
Abhinav S12-May-10 6:16 
GeneralRe: C# and vss Pin
Zeyad Jalil12-May-10 6:21
professionalZeyad Jalil12-May-10 6:21 

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.