public static Term[] Preprocessing(
Term[] root,
ref Store context
)Public Shared Function Preprocessing (
root As Term(),
ByRef context As Store
) As Term()public:
static array<Term^>^ Preprocessing(
array<Term^>^ root,
Store^% context
)static member Preprocessing :
root : Term[] *
context : Store byref -> Term[]