CustomAttributeType.methodDef constructor

const CustomAttributeType.methodDef(
  1. MethodDefIndex value
)

Constructs a CustomAttributeType referencing a MethodDef.

Implementation

const factory CustomAttributeType.methodDef(MethodDefIndex value) =
    CustomAttributeTypeMethodDef;