HasDeclSecurity.methodDef constructor

const HasDeclSecurity.methodDef(
  1. MethodDefIndex value
)

Constructs a HasDeclSecurity referencing a MethodDef.

Implementation

const factory HasDeclSecurity.methodDef(MethodDefIndex value) =
    HasDeclSecurityMethodDef;