HasCustomAttribute.assembly constructor

const HasCustomAttribute.assembly(
  1. AssemblyIndex value
)

Constructs a HasCustomAttribute referencing an Assembly.

Implementation

const factory HasCustomAttribute.assembly(AssemblyIndex value) =
    HasCustomAttributeAssembly;