HasCustomAttribute.assemblyRef constructor

const HasCustomAttribute.assemblyRef(
  1. AssemblyRefIndex value
)

Constructs a HasCustomAttribute referencing an AssemblyRef.

Implementation

const factory HasCustomAttribute.assemblyRef(AssemblyRefIndex value) =
    HasCustomAttributeAssemblyRef;