internal override Expression Marshal(Expression parameter) { Debug.Assert(parameter != null); return(Helpers.Convert(parameter, ParameterType)); }