Implementation.assemblyRef constructor

const Implementation.assemblyRef(
  1. AssemblyRefIndex value
)

Constructs an Implementation referencing a AssemblyRef.

Implementation

const factory Implementation.assemblyRef(AssemblyRefIndex value) =
    ImplementationAssemblyRef;