protected abstract T CreateFunction(
T prev,
int argsCount
)Protected MustOverride Function CreateFunction (
prev As T,
argsCount As Integer
) As Tprotected:
virtual T CreateFunction(
T prev,
int argsCount
) abstractabstract CreateFunction :
prev : 'T *
argsCount : int -> 'T