PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomLog­Event­DataTo­Dictionary
Open sandboxFocus

LogEventData.ToDictionary Method

ToDictionary()

Returns a dictionary containing all properties contained in the current LogEventData.

Declaration
public IReadOnlyDictionary<string, object> ToDictionary()
Returns
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, Object>