HasCustomAttribute.typeSpec constructor

const HasCustomAttribute.typeSpec(
  1. TypeSpecIndex value
)

Constructs a HasCustomAttribute referencing a TypeSpec.

Implementation

const factory HasCustomAttribute.typeSpec(TypeSpecIndex value) =
    HasCustomAttributeTypeSpec;