MetadataAdapter<T>.Represents Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether this metadata adapter represents the specified reflection element.
public virtual bool Represents(T reflection)Parameters
reflectionT- The reflection element to check.
