HandCoded.Finance.Calendar.ToDebug C# (CSharp) Method

ToDebug() protected method

Produces a debugging string describing the state of the instance.
protected ToDebug ( ) : string
return string
        protected virtual string ToDebug()
        {
            return ("name=\"" + name + "\"");
        }