ApiEntryType Enumeration

This public enumerated type defines the API entry types that can be removed from the reflection information file.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
[SerializableAttribute]
public enum ApiEntryType

Members

None0An unknown entry
Namespace1A namespace
Class2A class
Structure3An interface
Interface4An interface
Enumeration5An enumeration
Delegate6A delegate
Constructor7A constructor
Method8A method
Operator9An operator
Property10A property
Event11An event
Field12A field

See Also