public string ToString(string format, IFormatProvider formatProvider) { string parameterList = !ArgumentList.IsEmpty() ? ArgumentList.Count.ToString() : "parameterless"; return(String.Format("#[closure: {0}]", parameterList)); }