CacheKeyBuilder.AppendArgument Method |
Appends a method argument to an UnsafeStringBuilder. To avoid ambiguities between different overloads of the same method, the default implementation appends
both the parameter type and the value key.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.4.11.0 (6.4.11.0)

C#
protected virtual void AppendArgument( UnsafeStringBuilder stringBuilder, Type parameterType, Object parameterValue )
Parameters
- stringBuilder
- Type: PostSharp.Patterns.Formatters.UnsafeStringBuilder
An UnsafeStringBuilder. - parameterType
- Type: System.Type
The type of the parameter. - parameterValue
- Type: System.Object
The value assigned to the parameter (can be null).
