Class InfoBuilder
public sealed class InfoBuilder
- Inheritance
-
InfoBuilder
- Inherited Members
Methods
Build()
public IDictionary<string, object?> Build()
Returns
WithInfo(IDictionary<string, object?>)
public InfoBuilder WithInfo(IDictionary<string, object?> details)
Parameters
detailsIDictionary<string, object>
Returns
WithInfo(string, object?)
public InfoBuilder WithInfo(string key, object? value)