Table of Contents

Class WriteDocumentationAttribute

Namespace
OneImlx.Shared.Attributes
Assembly
OneImlx.Shared.dll

Indicates that the target element requires documentation.

[AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = false)]
public sealed class WriteDocumentationAttribute : ActionAttribute
Inheritance
WriteDocumentationAttribute
Inherited Members

Constructors

WriteDocumentationAttribute(string)

Initialize a new instance.

public WriteDocumentationAttribute(string description)

Parameters

description string

Additional description.