Skip to main content
Kampute.DocToolkit
A toolkit for generating custom .NET API documentation
Light
Dark
System
Welcome to DocToolkit
API
Kampute.DocToolkit.XmlDoc
Namespace
XmlDocEntry
Class
IsEmpty
Property
XmlDocEntry.IsEmpty Property
Namespace
Kampute.DocToolkit.XmlDoc
Assembly
Kampute.DocToolkit.dll
Definition
Gets a value indicating whether the documentation is empty.
public bool IsEmpty { get; }
Property Value
bool
true
if the documentation is empty; otherwise,
false
.
×