PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingReplay­ContextCustom­Context
Open sandboxFocus

ReplayContext.CustomContext Property

CustomContext

Gets a dictionary that user code can use to store arbitrary pieces of information.

Declaration
public IDictionary<object, object> CustomContext { get; }
Property Value
Type Description
IDictionary<Object, Object>