HasCustomAttribute.manifestResource constructor

const HasCustomAttribute.manifestResource(
  1. ManifestResourceIndex value
)

Constructs a HasCustomAttribute referencing a ManifestResource.

Implementation

const factory HasCustomAttribute.manifestResource(
  ManifestResourceIndex value,
) = HasCustomAttributeManifestResource;