The ForeSubType enumeration contains method structure types in code.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Unknown. Method structure type is undefined. |
| 1 | Sub_. Procedure. |
| 2 | Function_. Function. |
| 3 | Delegate_. Delegate. |
For details see the Procedures and Functions and Delegates and Events sections.
See also: