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
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.
Name | Description |
---|---|
DemoPropertyAnnotationAttribute(DemoPropertyFlags) | Initializes a new instance of DemoPropertyAnnotationAttribute |
Documentation generated by MdDocs