TypeDecoratorAdapter.IsDirectDeclaration Property

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets a value indicating whether the member represents a direct declaration.
public sealed override bool IsDirectDeclaration { get; }

Property Value

bool
true if the member is a direct declaration; otherwise, false.

Remarks

This property distinguishes members that are directly declared in source code from those that represent constructed, derived, or placeholder forms.

Examples of members that return false include 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.