┌──────────────────────────────────────┐ │ ┌─────────────────────┐ │ ┏━━━━━┓ ┏━━━┓↓ ↓ ┏━━━━━┓ ┏━━━━━┓ │ ┏━━━┓ ┏━━┓ │ →┃LOCAL_SIG ┠→┃Count ┠─┬─┬→┃CustomMod ┠─┬─→┃Constraint┠─┴┬→┃BYREF ┠─→┃TYPE┠─┴→ ┗━━━━━┛ ┗━━━┛ | │ ┗━━━━━┛↑| ┗━━━━━┛↑ │ ┗━━━┛↑ ┗━━┛↑ | └────────┘└─────────┘ └──────┘ │ | ┏━━━━━┓ | └────────→┃TYPEDBYREF┠────────────────────┘ ┗━━━━━┛
Shared Function MyAdd(ByVal iA As Integer, ByVal iB As Integer) As Integer Return iA + iB End Function