PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCache­Key­BuilderAppend­Object
Open sandboxFocus

CacheKeyBuilder.AppendObject Method

AppendObject(UnsafeStringBuilder, Object)

Appends a string representing an Object to an UnsafeStringBuilder.

Declaration
[HasInheritedAttribute(new long[]{})]
protected virtual void AppendObject([Required(AttributeId = 975532479039438881L, AttributePriority = 671088640)] UnsafeStringBuilder stringBuilder, [Required(AttributeId = 975532479039438882L, AttributePriority = 671088640)] object o)
Parameters
Type Name Description
UnsafeStringBuilder stringBuilder

An UnsafeStringBuilder.

Object o

An Object.