Click here to Skip to main content
15,925,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: Which data format to use in C# Pin
lost in transition 21-Nov-06 4:55
lost in transition 21-Nov-06 4:55 
QuestionWhy can't properties be passed as out/ref parameters? Pin
Dan Neely20-Nov-06 5:07
Dan Neely20-Nov-06 5:07 
AnswerRe: Why can't properties be passed as out/ref parameters? Pin
Colin Angus Mackay20-Nov-06 5:37
Colin Angus Mackay20-Nov-06 5:37 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Judah Gabriel Himango20-Nov-06 6:02
sponsorJudah Gabriel Himango20-Nov-06 6:02 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Colin Angus Mackay20-Nov-06 6:19
Colin Angus Mackay20-Nov-06 6:19 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Judah Gabriel Himango20-Nov-06 7:23
sponsorJudah Gabriel Himango20-Nov-06 7:23 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Dan Neely20-Nov-06 8:14
Dan Neely20-Nov-06 8:14 
GeneralOT Pin
Judah Gabriel Himango20-Nov-06 8:53
sponsorJudah Gabriel Himango20-Nov-06 8:53 
I'm actually looking for a way get the string name of a property through code. I have the property sitting there typed, i.e.

IFoo someType;
someType.SomeProperty;


Is there a way to get the string name of the property? Obviously I can just do string propName = "SomeProperty", but that instantly breaks the moment I change the name of the property.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: God-as-Judge, God-as-Forgiver
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: OT Pin
Dan Neely20-Nov-06 8:59
Dan Neely20-Nov-06 8:59 
GeneralRe: OT Pin
Judah Gabriel Himango20-Nov-06 9:34
sponsorJudah Gabriel Himango20-Nov-06 9:34 
GeneralRe: OT Pin
Dan Neely20-Nov-06 9:49
Dan Neely20-Nov-06 9:49 
GeneralRe: OT [modified] Pin
Eric Dahlvang21-Nov-06 11:59
Eric Dahlvang21-Nov-06 11:59 
GeneralRe: OT Pin
Judah Gabriel Himango21-Nov-06 12:44
sponsorJudah Gabriel Himango21-Nov-06 12:44 
GeneralRe: OT Pin
Eric Dahlvang22-Nov-06 4:42
Eric Dahlvang22-Nov-06 4:42 
GeneralRe: OT Pin
Judah Gabriel Himango22-Nov-06 5:23
sponsorJudah Gabriel Himango22-Nov-06 5:23 
AnswerRe: Why can't properties be passed as out/ref parameters? Pin
Guffa20-Nov-06 6:49
Guffa20-Nov-06 6:49 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Dan Neely20-Nov-06 8:20
Dan Neely20-Nov-06 8:20 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Guffa20-Nov-06 20:55
Guffa20-Nov-06 20:55 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Dan Neely21-Nov-06 2:56
Dan Neely21-Nov-06 2:56 
QuestionThe transaction has already been implicitly or explicitly committed or aborted. Pin
bemahesh20-Nov-06 5:05
bemahesh20-Nov-06 5:05 
AnswerRe: The transaction has already been implicitly or explicitly committed or aborted. Pin
Colin Angus Mackay20-Nov-06 5:41
Colin Angus Mackay20-Nov-06 5:41 
GeneralRe: The transaction has already been implicitly or explicitly committed or aborted. Pin
bemahesh20-Nov-06 5:58
bemahesh20-Nov-06 5:58 
GeneralRe: The transaction has already been implicitly or explicitly committed or aborted. Pin
Colin Angus Mackay20-Nov-06 6:25
Colin Angus Mackay20-Nov-06 6:25 
GeneralRe: The transaction has already been implicitly or explicitly committed or aborted. Pin
bemahesh20-Nov-06 8:39
bemahesh20-Nov-06 8:39 
GeneralRe: The transaction has already been implicitly or explicitly committed or aborted. Pin
Faiz VP12-Oct-09 3:22
Faiz VP12-Oct-09 3:22 

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.