Public · Protected · Private
What is Attribute Programming? What are attributes? Where are they used?
Type: Public  |  Created: 2008-08-17  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • This is a way to add metadata to types like class/methods/properties Attributes are are visible through ILDasm and other metadata-reading tools. They can be used to identify/use the data at runtime.(with Reflection)
    2008-08-17 15:56
This blog is frozen. No new comments or edits allowed.