CollectionFormatter<TKind, T> Class |
PostSharp.Patterns.Formatters.Formatter<IEnumerable<T>>
PostSharp.Patterns.Diagnostics.Formatters.CollectionFormatter<TKind, T>
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
public class CollectionFormatter<TKind, T> : Formatter<IEnumerable<T>> where TKind : new(), FormattingRole
Type Parameters
- TKind
- T
The CollectionFormatter<TKind, T> type exposes the following members.
Name | Description | |
---|---|---|
CollectionFormatter<TKind, T> | Initializes a new instance of the CollectionFormatter<TKind, T> class |
Name | Description | |
---|---|---|
Attributes |
Gets the formatter attributes.
(Inherited from Formatter<T>.) |
Name | Description | |
---|---|---|
WithOptions | (Inherited from Formatter<T>.) | |
Write(UnsafeStringBuilder, IEnumerable<T>) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Overrides Formatter<T>.Write(UnsafeStringBuilder, T).) | |
Write(UnsafeStringBuilder, Object) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Inherited from Formatter<T>.) |
Types that implement IQueryable are formatted by the QueryableFormatter class.