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
| HasNestedTypes | Gets a value indicating whether the type has any public or protected nested types. |
| NestedTypes | Gets all the public or protected nested types declared directly by the type. |
