Format | Assembly Format | Description |
---|---|---|
FE 1D | refanytype |
Push the type token stored in a typed reference. |
…, TypedRef → …, type
Retrieves the type token embedded in TypedRef. See the mkrefany
instruction.
None.
Correct CIL ensures that TypedRef is a valid typed reference (created by a previous call to mkrefany
).
The refanytype
instruction is always verifiable.