ParameterAdapter.HasOptionalCustomModifier Method

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

Definition

Determines whether the element has a specific optional custom modifier applied.
public virtual bool HasOptionalCustomModifier(string modifierFullName)

Parameters

modifierFullName string
The full name of the modifier type to check for.

Returns

bool
true if the element has the specified optional custom modifier applied; otherwise, false.