IWithNestedTypes Interface

Namespace
Kampute.DocToolkit.Metadata.Capabilities
Assembly
  • Kampute.DocToolkit.dll

Definition

Defines a contract for types that can declare nested types.
public interface IWithNestedTypes
Implemented by

Properties

HasNestedTypesGets a value indicating whether the type has any public or protected nested types.
NestedTypesGets all the public or protected nested types declared directly by the type.