HasCustomAttribute.moduleRef constructor

const HasCustomAttribute.moduleRef(
  1. ModuleRefIndex value
)

Constructs a HasCustomAttribute referencing a ModuleRef.

Implementation

const factory HasCustomAttribute.moduleRef(ModuleRefIndex value) =
    HasCustomAttributeModuleRef;