Int16Formatter Class |
Efficient formatter for Int16.
System.Object
PostSharp.Patterns.Formatters.Formatter<Int16>
PostSharp.Patterns.Formatters.Int16Formatter
PostSharp.Patterns.Formatters.Formatter<Int16>
PostSharp.Patterns.Formatters.Int16Formatter
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class Int16Formatter : Formatter<short>
The Int16Formatter type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the formatter attributes.
(Inherited from Formatter<T>.) |
Name | Description | |
---|---|---|
WithOptions | (Inherited from Formatter<T>.) | |
Write(UnsafeStringBuilder, Object) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Inherited from Formatter<T>.) | |
Write(UnsafeStringBuilder, Int16) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Overrides Formatter<T>.Write(UnsafeStringBuilder, T).) |
Name | Description | |
---|---|---|
Instance |
The singleton instance of Int16Formatter.
|