TypeOrMethodDef.methodDef constructor

const TypeOrMethodDef.methodDef(
  1. MethodDefIndex value
)

Constructs a TypeOrMethodDef referencing a MethodDef.

Implementation

const factory TypeOrMethodDef.methodDef(MethodDefIndex value) =
    TypeOrMethodDefMethodDef;