Formatter for any type that implements IQueryable.
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public class QueryableFormatter : Formatter<IQueryable>, IFormatter<IQueryable>, IOptionAwareFormatter, IFormatter
Constructors
Name | Description |
---|---|
QueryableFormatter() |
Methods
Name | Description |
---|---|
Write(UnsafeStringBuilder, IQueryable) | Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant). |