ILAttribElem Type
Union cases
| Union case |
Description
|
|
|
|
|
|
|
|
|
|
|
|
Represents an enum value together with its enum type. Used when an enum is stored in a custom-attribute argument of type 'object', so the enum type is preserved in the encoded blob (ECMA-335 II.23.3) instead of being collapsed to its underlying integer. The second element is the underlying integer value (e.g. ILAttribElem.Int32).
|
|
|
|
|
|
|
Full Usage:
Null
|
|
|
|
|
|
|
|
|
|
|
|
F# Compiler Guide