HasCustomAttribute.methodSpec constructor

const HasCustomAttribute.methodSpec(
  1. MethodSpecIndex value
)

Constructs a HasCustomAttribute referencing a MethodSpec.

Implementation

const factory HasCustomAttribute.methodSpec(MethodSpecIndex value) =
    HasCustomAttributeMethodSpec;