No announcements
Found 1026796 threads
-
1 Votes
CodeDom and Auto-Implemented Properties
Hi, Unfortunately the CodeDom has not been updated to allow developers to generate auto-implemented properties.Answered | 4 Replies | 10957 Views | Created by Jason Intardonato - Tuesday, October 21, 2008 8:57 PM | Last reply by ctacke - Friday, October 7, 2011 4:53 PM -
0 Votes
Implementing DllImport using CodeDom
CodeDom does not support the extern keyword.Answered | 2 Replies | 3577 Views | Created by DNVDev - Tuesday, April 20, 2010 1:04 PM | Last reply by Ji.Zhou - Tuesday, April 27, 2010 2:49 AM -
0 Votes
auto-implemented properties c#
when you declare an auto implemented property, the compiler automatically generates a private field.Answered | 2 Replies | 3374 Views | Created by coutinhovr - Sunday, June 28, 2009 5:09 AM | Last reply by Ganesh Ranganathan - Bangalore, India - Sunday, June 28, 2009 8:51 AM -
1 Votes
Half auto-implemented property?
You have to fully implement it, or use auto-implemented only.Answered | 1 Replies | 4205 Views | Created by Faize - Wednesday, February 9, 2011 9:56 PM | Last reply by Reed Copsey, Jr - Wednesday, February 9, 2011 10:01 PM -
1 Votes
Auto-implemented properties and breakpoints
I am sorry but that's the limitation of the automatically implemented properties for now.Answered | 6 Replies | 8624 Views | Created by incola - Wednesday, January 30, 2008 5:30 PM | Last reply by Chris Nash - Tuesday, January 10, 2012 2:54 PM -
1 Votes
Auto-Implemented Properties
I have a static function to assign values to the property but the property is not static After I fix it, the problem is solvedAnswered | 4 Replies | 2846 Views | Created by winipcfg - Saturday, June 6, 2009 1:30 PM | Last reply by winipcfg - Saturday, June 6, 2009 1:58 PM -
0 Votes
CodeDOM, VBCodeProvider and MustOverride Property
But it dosn't remove unwanted 'End Property'.Answered | 3 Replies | 4356 Views | Created by alloyd - Sunday, May 27, 2007 10:22 AM | Last reply by gutek6 - Saturday, August 29, 2009 6:30 PM -
0 Votes
Code Coverage and auto-implemented properties
Hi Paul, Yes, automatic properties are excluded from code coverage as all they do is provide is syntactic sugar.Answered | 1 Replies | 5531 Views | Created by robinsonpr - Wednesday, November 10, 2010 11:36 AM | Last reply by Tom de Koning - Wednesday, November 10, 2010 8:46 PM -
0 Votes
Auto-Implemented Properties c#
He wasn't asking what the point of properties is - he knows that ("I get the motivation to use properties for private field, so we can determine how one can access a private ...Answered | 9 Replies | 3582 Views | Created by elad2109 - Tuesday, May 25, 2010 8:53 AM | Last reply by Matthew Watson - Tuesday, May 25, 2010 2:03 PM -
0 Votes
Difference between public auto implemented property and plain property
Hi, Before .Net framework 3.0, we would like to add a private Field for the property, and expose the field through the Property to fit the encapsulation ...Answered | 4 Replies | 1788 Views | Created by martin douglas ortiz - Wednesday, July 13, 2011 12:58 AM | Last reply by arm_processor - Wednesday, July 13, 2011 2:35 AM -
0 Votes
How to create MustOverride Property using CodeDOM?
And I found a bug that VBCodeProvider generated wrong code for property, the End Property shouldn't be there for abstract members.Answered | 4 Replies | 3395 Views | Created by gutek6 - Saturday, August 29, 2009 9:32 PM | Last reply by Chao Kuo - Wednesday, September 2, 2009 2:19 AM -
1 Votes
Does Auto-Implemented properties creates a new variable internally.
But it will work if SetTrueOrFalse is a field instead of auto-implemented property.Answered | 5 Replies | 586 Views | Created by Sivasankar Gorantla - Friday, January 15, 2016 1:16 PM | Last reply by DA924 - Friday, January 15, 2016 4:49 PM -
0 Votes
Is it possible to create dynamic auto implemented properties by using System.Reflection.Emit.PropertyBuilder ?
Dear MASNSN The problem is that in my solution the properties of the ExpandoObject are dynamic as well, i mean if i knew the names or types of the ...Answered | 3 Replies | 3795 Views | Created by Kiarash.Nakhaei - Friday, July 1, 2011 8:34 AM | Last reply by MASNSN - Friday, July 8, 2011 2:30 PM -
2 Votes
CodeDom - Disabling Interop
The CodeDOM isn't about a specific language or version.Answered | 4 Replies | 1519 Views | Created by xcorporation - Wednesday, August 15, 2012 10:13 AM | Last reply by Louis.fr - Thursday, August 16, 2012 1:01 PM -
0 Votes
Importing text file to CodeDom
CodeDom Sample Application Mark the best replies as answers.Answered | 2 Replies | 2585 Views | Created by ARFX - Monday, June 15, 2009 7:52 PM | Last reply by Fernando Nicolet - Monday, June 15, 2009 8:13 PM -
0 Votes
CodeDom: Assigning default value to property's private accessor field
This type exposes the InitExpression property which can hold the initializer.Answered | 2 Replies | 3807 Views | Created by ACG - Thursday, February 12, 2009 3:46 AM | Last reply by ACG - Thursday, February 12, 2009 3:49 PM -
1 Votes
CodeDom serialization with large number of components on a custom designer
Hello I'm facing a problem and have no clue to improve the basic behavior of Visual Studio on serialization with CodeDom.Answered | 2 Replies | 1526 Views | Created by Sébastien Q - Monday, December 2, 2013 10:00 AM | Last reply by Dave Patrick - Saturday, December 7, 2013 6:07 PM -
1 Votes
How to access resources embedded with codedom?
Hello, in CodeDom you can add a resource with EmbeddedResources like this: Dim cp As New ...Answered | 2 Replies | 3725 Views | Created by JohnnyAdamovic - Friday, July 29, 2011 8:48 AM | Last reply by kaymaf - Sunday, July 31, 2011 2:47 AM -
0 Votes
Compiling C# solution dynamically using codedom
Hi, Jason CodeDom actually belongs to C# general forum, but CodeModel is VSX forum.Answered | 2 Replies | 5938 Views | Created by jmgreen7 - Tuesday, July 6, 2010 12:36 PM | Last reply by Chao Kuo - Thursday, July 8, 2010 3:48 AM -
2 Votes
codeDOM parser error
C++ CodeDOM parser error: Line: 195, Column: 15 --- Unknown type 'int'.Answered | 2 Replies | 9110 Views | Created by AncientDragon - Tuesday, May 29, 2012 11:09 PM | Last reply by Min Zhu - Monday, June 11, 2012 9:53 AM - Items 1 to 20 of 1026796 Next ›
No announcements