8 lines
125 B
C#
8 lines
125 B
C#
namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax;
|
|
|
|
internal enum XmlDocCommentStyle
|
|
{
|
|
SingleLine,
|
|
Delimited
|
|
}
|