10 lines
173 B
C#
10 lines
173 B
C#
namespace Microsoft.CodeAnalysis.CSharp.Syntax;
|
|
|
|
public enum XmlNameAttributeElementKind : byte
|
|
{
|
|
Parameter,
|
|
ParameterReference,
|
|
TypeParameter,
|
|
TypeParameterReference
|
|
}
|