Field FirstLevelWithinCompilationOnly
Only returns types of the current compilation that derive from the given type or from an intermediate derived type of the given type, only if the derived type is an external type. That is, does not return types of the current compilation that derive from another type in the current compilation that derives from the given type.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public const DerivedTypesOptions FirstLevelWithinCompilationOnly
Returns
Type | Description |
---|---|
DerivedTypesOptions |