DefaultFormatter<TRole, TValue> Methods |
The DefaultFormatter<TRole, TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
WithOptions | (Overrides Formatter<T>.WithOptions(FormattingOptions).) | |
Write(UnsafeStringBuilder, TValue) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Overrides Formatter<T>.Write(UnsafeStringBuilder, Object).) | |
Write(UnsafeStringBuilder, Object) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Inherited from Formatter<T>.) |