Meta
Categories
Category Archives: c#
C# Attributes
Overview Allow programmers to annotate various entities to be retrieved at runtime Reference MSDN Attribute Classes Inherites from abstract System.Attribute class Use of suffix Attribute is preferred Can have positional parameters (defined in public constructors) named parameters (public non-static read-write … Continue reading
Posted in c#
Leave a comment