PostSharp//API Reference/Post­Sharp.​Patterns.​Caching.​Implementation/Cached­Method­Info/Is­This­Parameter­Ignored
Open sandboxFocus

Property IsThisParameterIgnored

IsThisParameterIgnored

Determines whether the value of the this parameter (for non-static methods) should be included in the cache key.

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