OutFormatter<T> Class |
PostSharp.Patterns.Formatters.Formatter<T>
PostSharp.Patterns.Diagnostics.Formatters.OutFormatter<T>
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 5.0.55.0 (5.0.55.0)
The OutFormatter<T> type exposes the following members.
Name | Description | |
---|---|---|
Attributes | (Inherited from Formatter<T>.) | |
Instance |
The singleton instance of OutFormatter<T>.
|
Name | Description | |
---|---|---|
Write(UnsafeStringBuilder, T) |
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>.) |
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |