Public properties not showing in metadata file in c#
I have added a few public properties to my already created class. When I call this class in another place the newly added properties are not showing, and when I go to the definition w开发者_JAVA百科ith class name, direct to the metadata non-editable file, my newly added properties are not there either. Anyone have idea about my question?
From your description it looks like you haven't updated the referenced assembly in the project that uses it. Look at the properties of this assembly in the properties inspector and you will see the path from where it was referenced. Now go ahead and update this assembly with the new version.
精彩评论