PostSharpAPI ReferencePost­Sharp.​Patterns.​CachingInvalidate­Cache­AttributeAllow­Multiple­Overloads
Open sandboxFocus

InvalidateCacheAttribute.AllowMultipleOverloads Property

AllowMultipleOverloads

Determines whether the current InvalidateCacheAttribute can match several overloads of the methods. The default value is false, which means that an error will be emitted if the current InvalidateCacheAttribute matches several methods of the same name.

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