Are there any other useful attributes for c# properties?

Posted by maxfridbe on Stack Overflow See other posts from Stack Overflow or by maxfridbe
Published on 2008-10-16T20:24:49Z Indexed on 2010/04/07 20:13 UTC
Read the original article Hit count: 219

Filed under:
|
|
|

besides:

[DefaultValue(100)]
[Description("Some descriptive field here")]
public int MyProperty{get; set;}

What other C# Attributes are useful for Properties, after learning these I feel like I'm Missing out.

Related Questions

Most Useful Attributes in C#

© Stack Overflow or respective owner

Related posts about c#

Related posts about attributes