Exemplo n.º 1
0
        public string ToString(string format, IFormatProvider formatProvider)
        {
            string parameterList = !ArgumentList.IsEmpty() ? ArgumentList.Count.ToString() : "parameterless";

            return(String.Format("#[closure: {0}]", parameterList));
        }