CustomAttributeType.methodDef constructor
const
CustomAttributeType.methodDef(
- MethodDefIndex value
Constructs a CustomAttributeType referencing a MethodDef
.
Implementation
const factory CustomAttributeType.methodDef(MethodDefIndex value) =
CustomAttributeTypeMethodDef;