AssemblyAdapter.Attributes Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets a dictionary of metadata attributes of the assembly.
public IReadOnlyDictionary<string, object> Attributes { get; }Property Value
- IReadOnlyDictionary<string, object>
- A read-only dictionary where keys are attribute names and values are their corresponding values.
