Table of Contents

Enum XmlCommentType

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

Defines types of xml comment elements.

public enum XmlCommentType

Fields

C = 0

Specifies "code" tag.

Code = 3

Specifies "code" tag.

Example = 6

Specifies example tag.

Exception = 9

Specifies "exception" tag.

Include = 13

Specifies "include" tag.

List = 15

Specifies "list" tag.

Name = 11

Specifies "name" tag.

Para = 1

Specifies "paragraph" tag.

Param = 4

Specifies "parameter" tag.

Paramref = 7

Specifies "parameter reference" tag.

Permission = 10

Specifies "permission" tag.

Remarks = 14

Specifies "remarks" tag.

Returns = 16

Specifies "returns" tag.

See = 2

Specifies "see" (link to another code element in the text) tag.

Seealso = 5

Specifies "see also" (link to another element in the See Also section) tag.

Summary = 8

Specifies "summary" tag.

Value = 12

Specifies "value" tag.