ExtensionReflectionRepository.IsValidExtensionContainerType Method

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

Definition

Determines whether the specified type is a valid container for extension members.
protected static bool IsValidExtensionContainerType(Type type)

Parameters

type Type
The type to check.

Returns

bool
true if the type is a valid extension container type; otherwise, false.