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: 237
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
© Stack Overflow or respective owner