RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
public enum
LanguageSpecificComponent
assembly
RefDocGen
namespace
RefDocGen.TemplateProcessors.Shared.TemplateTools
Enum representing the language specific fragment types.
Members
AttributeDeclaration
=
0
#
ConstructorDeclaration
=
1
#
DelegateMethodDeclaration
=
2
#
EnumMemberDeclaration
=
3
#
EventDeclaration
=
4
#
FieldDeclaration
=
5
#
GenericTypeLink
=
6
#
IndexerDeclaration
=
7
#
MethodDeclaration
=
8
#
OperatorDeclaration
=
9
#
ParameterDeclaration
=
10
#
PropertyDeclaration
=
11
#
TypeDeclaration
=
12
#
TypeParameterDeclaration
=
13
#
TypeParameterConstraints
=
14
#
Made with
RefDocGen