C# Класс Endjin.Assembly.ChangeDetection.Infrastructure.LazyFormat

Support lazy formatting of strings. This is useful to delay the cration of trace messages until the trace is enabled.
Показать файл Открыть проект

Открытые методы

Метод Описание
LazyFormat ( Func formatMethod ) : System

Supply the method which will generate a string with captured variables of your enclosing method.

ToString ( ) : string

Return the string generated by the formatMethod.

Описание методов

LazyFormat() публичный Метод

Supply the method which will generate a string with captured variables of your enclosing method.
public LazyFormat ( Func formatMethod ) : System
formatMethod Func
Результат System

ToString() публичный Метод

Return the string generated by the formatMethod.
public ToString ( ) : string
Результат string