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

C#

 
GeneralRe: how to build a receipt number Pin
kKamel10-Jul-09 3:53
kKamel10-Jul-09 3:53 
GeneralRe: how to build a receipt number Pin
musefan10-Jul-09 4:05
musefan10-Jul-09 4:05 
QuestionHow to get Variable Names from a method. Pin
Anir198210-Jul-09 1:51
Anir198210-Jul-09 1:51 
AnswerRe: How to get Variable Names from a method. Pin
Luc Pattyn10-Jul-09 1:56
sitebuilderLuc Pattyn10-Jul-09 1:56 
GeneralRe: How to get Variable Names from a method. Pin
Nagy Vilmos10-Jul-09 2:56
professionalNagy Vilmos10-Jul-09 2:56 
GeneralRe: How to get Variable Names from a method. Pin
Anir198210-Jul-09 3:04
Anir198210-Jul-09 3:04 
GeneralRe: How to get Variable Names from a method. Pin
Luc Pattyn10-Jul-09 7:39
sitebuilderLuc Pattyn10-Jul-09 7:39 
AnswerRe: How to get Variable Names from a method. Pin
Nagy Vilmos10-Jul-09 3:01
professionalNagy Vilmos10-Jul-09 3:01 
Anir1982 wrote:
Kindly let me know how do I get the variable names.


You can't and that is the end of it. It would require that reflection exposes the implimentation of the method rather than the interface.

What use would it be if you could in the long run? You cannot [or should not] be able to change the state of internal variables. Local variables only have scope within the life of a single call to the method. How or when would you be able to constructively use the instance or local variables of a class or method?



Panic, Chaos, Destruction.
My work here is done.

QuestionDataGridView Pin
sanforjackass10-Jul-09 1:29
sanforjackass10-Jul-09 1:29 
AnswerRe: DataGridView Pin
stancrm10-Jul-09 1:39
stancrm10-Jul-09 1:39 
QuestionRe: DataGridView Pin
sanforjackass10-Jul-09 2:06
sanforjackass10-Jul-09 2:06 
AnswerRe: DataGridView Pin
stancrm10-Jul-09 2:11
stancrm10-Jul-09 2:11 
GeneralRe: DataGridView Pin
sanforjackass10-Jul-09 2:18
sanforjackass10-Jul-09 2:18 
QuestionA simple event that takes no arguments Pin
Tobias Norlund10-Jul-09 1:27
Tobias Norlund10-Jul-09 1:27 
AnswerRe: A simple event that takes no arguments Pin
stancrm10-Jul-09 1:32
stancrm10-Jul-09 1:32 
AnswerRe: A simple event that takes no arguments Pin
Luc Pattyn10-Jul-09 1:58
sitebuilderLuc Pattyn10-Jul-09 1:58 
GeneralRe: A simple event that takes no arguments Pin
Tobias Norlund10-Jul-09 2:17
Tobias Norlund10-Jul-09 2:17 
GeneralRe: A simple event that takes no arguments Pin
Luc Pattyn10-Jul-09 7:40
sitebuilderLuc Pattyn10-Jul-09 7:40 
QuestionXML Post Pin
kibromg10-Jul-09 1:06
kibromg10-Jul-09 1:06 
QuestionHello.. Pin
mjawadkhatri10-Jul-09 1:02
mjawadkhatri10-Jul-09 1:02 
AnswerRe: Hello.. Pin
dan!sh 10-Jul-09 1:05
professional dan!sh 10-Jul-09 1:05 
GeneralRe: Hello.. Pin
mjawadkhatri10-Jul-09 1:08
mjawadkhatri10-Jul-09 1:08 
GeneralRe: Hello.. Pin
J4amieC10-Jul-09 1:15
J4amieC10-Jul-09 1:15 
GeneralRe: Hello.. Pin
mjawadkhatri10-Jul-09 1:23
mjawadkhatri10-Jul-09 1:23 
GeneralRe: Hello.. Pin
Henry Minute10-Jul-09 1:28
Henry Minute10-Jul-09 1:28 

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.