Specifies which kinds of child declarations to include when querying references.
Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
[Flags]
public enum IntrospectionChildKindsFields
| Name | Description |
|---|---|
| All | Include all child declarations (both derived types and contained declarations). |
| ContainingDeclaration | Include declarations contained within the declaration. |
| DerivedType | Include derived types. |
| None | No child declarations. |