Endjin.Assembly.ChangeDetection.Infrastructure.LazyFormat.ToString C# (CSharp) Méthode

ToString() public méthode

Return the string generated by the formatMethod.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return this.myFormatMethod();
        }
    }