The RetType (return type) item in Signatures has this syntax diagram:
RetType is identical to Param except for one extra possibility, that it can include the type VOID
.
This diagram uses the following abbreviations:
-
BYREF
forELEMENT_TYPE_BYREF
(§II.23.1.16) -
TYPEDBYREF
forELEMENT_TYPE_TYPEDBYREF
(§II.23.1.16) -
VOID
forELEMENT_TYPE_VOID
(§II.23.1.16)