PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCached­Parameter­Info
Open sandboxFocus

CachedParameterInfo Class

Encapsulates information about a parameter of a method being cached. Exposed by the CachedMethodInfo class.

Inheritance
CachedParameterInfo
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class CachedParameterInfo : Object

Properties

Name Description
IsIgnored

Determines whether the parameter should be excluded from the cache key. When the value of this property is false, the parameter should be included in the cache key.

Parameter

Gets the ParameterInfo of the parameter.