This is a migrated thread and some comments may be shown as answers.

C# Property direct affectation not working

1 Answer 29 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
NOIRET
Top achievements
Rank 1
NOIRET asked on 11 Dec 2013, 11:24 AM
Hi,

When i'm use Just Decompile to see my source code on assembly i see this:

private List<string> stringList;

But in my source code i write this :
private List<string> stringList = new List<string>();

Can you help me please ? 

1 Answer, 1 is accepted

Sort by
0
Nikolay G Rusev
Telerik team
answered on 14 Dec 2013, 03:19 PM
Hello,

Thanks for letting us know about this issue. Unfortunately we couldn't reproduce it. Can you send us the assembly you are having troubles with, since this is to only way for us to further investigate the problem?
You can email it to nikolayg.rusev(at)telerik(dot)com

Regards,
Nikolay G Rusev
Telerik
Tell us what you think about JustDecompile. Your opinion matters! You can use our forum, or our JustDecompile UserVoice website for feature requests.
Tags
General Discussions
Asked by
NOIRET
Top achievements
Rank 1
Answers by
Nikolay G Rusev
Telerik team
Share this question
or