AssemblyAdapter.GetCustomAttributes Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the underlying custom attributes of the member.
protected override IEnumerable<CustomAttributeData> GetCustomAttributes()Returns
- IEnumerable<CustomAttributeData>
- An enumerable of custom attribute data instances associated with the member.
