Skip to main content
Kampute.DocToolkit
A toolkit for generating custom .NET API documentation
Light
Dark
System
Welcome to DocToolkit
API
Kampute.DocToolkit.Metadata
Namespace
IField
Interface
LiteralValue
Property
IField.LiteralValue Property
Namespace
Kampute.DocToolkit.Metadata
Assembly
Kampute.DocToolkit.dll
Definition
Gets the constant value of the field, if it is a literal.
object LiteralValue { get; }
Property Value
object
The constant value of the field, or
null
if not a literal.
See Also
IField.IsLiteral
Property
×