HasCustomAttribute.typeRef constructor

const HasCustomAttribute.typeRef(
  1. TypeRefIndex value
)

Constructs a HasCustomAttribute referencing a TypeRef.

Implementation

const factory HasCustomAttribute.typeRef(TypeRefIndex value) =
    HasCustomAttributeTypeRef;