Table of Contents

Interface IHasCustomAttribute

Namespace
AsmResolver.DotNet
Assembly
AsmResolver.DotNet.dll

Represents a member that can be referenced by a HasCustomAttribute coded index,

public interface IHasCustomAttribute : IMetadataMember
Inherited Members
Extension Methods

Properties

CustomAttributes

Gets a collection of custom attributes assigned to this member.

IList<CustomAttribute> CustomAttributes { get; }

Property Value

IList<CustomAttribute>