HandCoded.Finance.Calendar.ToDebug C# (CSharp) Méthode

ToDebug() protected méthode

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