CacheKeyBuilder.AppendArgument Method |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
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).