public static bool CheckForMissingParenthesis(
ref Term[] terms
)Public Shared Function CheckForMissingParenthesis (
ByRef terms As Term()
) As Booleanpublic:
static bool CheckForMissingParenthesis(
array<Term^>^% terms
)static member CheckForMissingParenthesis :
terms : Term[] byref -> bool