CompositeTypeAdapter.GetNestedTypes Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the types nested within the type.
protected virtual IEnumerable<IType> GetNestedTypes()Returns
- IEnumerable<IType>
- An enumeration of IType objects representing the types nested within the type.
