TypeDecoratorAdapter.GetElementModifier Method

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

Definition

Determines the kind of decoration applied to the specified type.
protected virtual TypeModifier GetElementModifier(Type type)

Parameters

type Type
The type to evaluate.

Returns

TypeModifier
The corresponding TypeModifier value

Exceptions

ArgumentNullException
Thrown when type is null.