Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.48 KB

File metadata and controls

40 lines (26 loc) · 1.48 KB

DemoPropertyAnnotationAttribute Class

Namespace: DemoProject
Assembly: DemoProject

An example of a custom attribute that is used to annotate a property with custom flags.

[AttributeUsage(AttributeTargets.Property)]
public class DemoPropertyAnnotationAttribute : Attribute

Inheritance: object → Attribute → DemoPropertyAnnotationAttribute

Attributes: AttributeUsageAttribute

Remarks

DemoPropertyAnnotationAttribute showcases the generated documentation for a custom attribute class (in this case a attribute applicable to properties). The same layout is used for all classes, see DemoClass for a more detailed description.

Constructors

Name Description
DemoPropertyAnnotationAttribute(DemoPropertyFlags) Initializes a new instance of DemoPropertyAnnotationAttribute

See Also


Documentation generated by MdDocs