Hello ,when we can use Attribute?
what can I read attribute of the property with reflection?
PropertyInfo[] properties = this.GetType().GetProperties(BindingFlags.Public | BindingFlags.Instance);
what hold in properties?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 1 of 1
Thread: Attribute_Reflection
Tags for this Thread |
Click Here to Expand Forum to Full Width |