Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Xml.CommentPlacement

Summary

Identifies the position of a comment that was encountered outside of the root tag.

Enum values

3The comment occurs after the root tag.
0The comment occurs before the XML declaration.
2The comment occurs before the root tag and there is no XML declaration.
1The comment occurs after the declaration but before the root tag.