CompositeTypeAdapter.IsVisibleNestedType Method

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

Definition

Determines whether a nested type is visible based on its access modifiers.
protected virtual bool IsVisibleNestedType(Type type)

Parameters

type Type
The nested type to check.

Returns

bool
true if the nested type is visible; otherwise, false.