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