I have the following annotation:
[XmlElement(IsNullable = true)]
I would like to see the code that has behind it, so I create my own based on it
Or if you have how to override it
I have the following annotation:
[XmlElement(IsNullable = true)]
I would like to see the code that has behind it, so I create my own based on it
Or if you have how to override it
ReSharper can decompile the attribute code (just like anything else), so you could see the code for it.
You can also view the online code .
With a plugin called .NET Reflector you can access the annotation code and see how it works.