HasCustomAttribute.typeDef constructor

const HasCustomAttribute.typeDef(
  1. TypeDefIndex value
)

Constructs a HasCustomAttribute referencing a TypeDef.

Implementation

const factory HasCustomAttribute.typeDef(TypeDefIndex value) =
    HasCustomAttributeTypeDef;