protected abstract T CreateOperator(
string value,
int child
)Protected MustOverride Function CreateOperator (
value As String,
child As Integer
) As Tprotected:
virtual T CreateOperator(
String^ value,
int child
) abstractabstract CreateOperator :
value : string *
child : int -> 'T