Table of Contents

Enum CustomAttributeArgumentMemberType

Namespace
AsmResolver.DotNet.Signatures
Assembly
AsmResolver.DotNet.dll

Provides fields for describing all possible members that can be referenced by name in a custom attribute.

public enum CustomAttributeArgumentMemberType : byte

Fields

Field = 83

Indicates the referenced member is a field.

Property = 84

Indicates the referenced member is a property.