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

CachedParameterInfo.IsIgnored Property

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.

Declaration
public bool IsIgnored { get; }
Property Value
Type Description
Boolean