RefDocGen
Home
API
FAQ
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
Templates
Available templates
Custom Razor templates
Custom template processor
C#
public enum
MemberInheritanceMode
assembly
RefDocGen
namespace
RefDocGen.AssemblyAnalysis
Defines the inheritance rules for members.
Members
None
=
0
#
Do not inherit any members.
All
=
1
#
Inherit all members from base types.
NonObject
=
2
#
Inherit all members except those declared in
object
or
ValueType
.
Made with
RefDocGen