HasCustomAttribute.methodDef constructor

const HasCustomAttribute.methodDef(
  1. MethodDefIndex value
)

Constructs a HasCustomAttribute referencing a MethodDef.

Implementation

const factory HasCustomAttribute.methodDef(MethodDefIndex value) =
    HasCustomAttributeMethodDef;