ICustomAttribute Interface
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines a contract for accessing custom attribute metadata.
public interface ICustomAttribute : IMetadataAdapter<CustomAttributeData>- Extends
- Implemented by
Properties
| ConstructorArguments | Gets the constructor arguments used to create the attribute. |
| IsImplicitlyApplied | Gets a value indicating whether the attribute is applied by the compiler. |
| NamedArguments | Gets the named arguments (properties and fields) set on the attribute. |
| Target | Gets the target of the attribute. |
| Type | Gets the type of the attribute. |
