GenericCapableTypeAdapter.IsDirectDeclaration Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets a value indicating whether the member represents a direct declaration.
public override bool IsDirectDeclaration { get; }

Examples of members that return
falseinclude constructed generic types (e.g., a closed generic type constructed from a generic type definition), decorated types (e.g., arrays, pointers, by-reference types, or nullable value types), and type parameters.