CompositeTypeAdapter.IsVisibleMethod Method

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

Definition

Determines whether a method is visible based on its access modifiers.
protected virtual bool IsVisibleMethod(MethodBase method)

Parameters

method MethodBase
The method to check.

Returns

bool
true if the method is visible; otherwise, false.