IMetadataAdapter<T> Interface

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

Definition

Defines a contract for metadata adapters that wrap reflection elements.
public interface IMetadataAdapter<T>
	where T : class
Implemented by

Type Parameters

T
The type of the reflection element.

Methods

Represents(T)Determines whether this metadata adapter represents the specified reflection element.