c# Programming Glossary: system.void
Pipe forwards in C# http://stackoverflow.com/questions/336775/pipe-forwards-in-c-sharp band band.GetMember David Also wouldn't it be great if System.Void was defined as a type and Action was really just Func ... Void..
What is System.Void? http://stackoverflow.com/questions/5450748/what-is-system-void is System.Void I know that methods declared with void does not return anything... then just a keyword but a real type. void is an alias for System.Void like int is for System.Int32 . Why am i not allowed to use that.. some thoughts about the logic. Neither var nothing new System.Void which says i should use void Not an alias nor var nothing new..
|