Enum CommentType
- Namespace
- ICSharpCode.Decompiler.CSharp.Syntax
- Assembly
- ICSharpCode.Decompiler.dll
public enum CommentType
Fields
Documentation = 2
"///" comment
InactiveCode = 3
Inactive code (code in non-taken "#if")
MultiLine = 1
"/* */" comment
MultiLineDocumentation = 4
"/** */" comment
SingleLine = 0
"//" comment