IWithCustomAttributes.ExplicitCustomAttributes Property
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the custom attributes explicitly applied to the member.
IEnumerable<ICustomAttribute> ExplicitCustomAttributes { get; }This property has a default implementation in the interface.
Property Value
- IEnumerable<ICustomAttribute>
- An enumerable collection of ICustomAttribute objects representing the custom attributes explicitly applied to the member.
