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

ConstructorArgumentsGets the constructor arguments used to create the attribute.
IsImplicitlyAppliedGets a value indicating whether the attribute is applied by the compiler.
NamedArgumentsGets the named arguments (properties and fields) set on the attribute.
TargetGets the target of the attribute.
TypeGets the type of the attribute.