Property | Type | Description | |
---|---|---|---|
cachedArguments | object[] | ||
cachedFormat | string | ||
cachedMessage | string | ||
formatMessageCallback | System.Action |
||
formatProvider | IFormatProvider |
Method | Description | |
---|---|---|
FormatMessageCallbackFormattedMessage ( IFormatProvider formatProvider, System.Action |
Initializes a new instance of the FormatMessageCallbackFormattedMessage class.
|
|
FormatMessageCallbackFormattedMessage ( System.Action |
Initializes a new instance of the FormatMessageCallbackFormattedMessage class.
|
|
ToString ( ) : string |
Calls formatMessageCallback and returns result.
|
Method | Description | |
---|---|---|
FormatMessage ( string format ) : string |
public FormatMessageCallbackFormattedMessage ( IFormatProvider formatProvider, System.Action |
||
formatProvider | IFormatProvider | The format provider. |
formatMessageCallback | System.Action |
The format message callback. |
return | System |
public FormatMessageCallbackFormattedMessage ( System.Action |
||
formatMessageCallback | System.Action |
The format message callback. |
return | System |
protected System.Action |
||
return | System.Action |