CustomAttribute Struct
Definition
public value class CustomAttribute
public struct CustomAttribute
type CustomAttribute = struct
Public Structure CustomAttribute
- Inheritance
Properties
Constructor |
Gets the constructor (the MethodDefinitionHandle or MemberReferenceHandle) of the custom attribute type. |
Parent |
Gets the handle of the metadata entity the attribute is applied to. |
Value |
Gets the value of the attribute. |
Methods
DecodeValue<TType>(ICustomAttributeTypeProvider<TType>) |
Decodes the arguments encoded in the value blob. |