AllowMultipleOverloads
Gets or sets a value indicating 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 |
---|---|
bool |