Constructor InvalidateCacheAttribute
InvalidateCacheAttribute(String[])
Declaration
public InvalidateCacheAttribute(params string[] methodNames)
Parameters
Type |
Name |
Description |
String[] |
methodNames |
|
InvalidateCacheAttribute(Type, String[])
Declaration
public InvalidateCacheAttribute(Type declaringType, params string[] methodNames)
Parameters
Type |
Name |
Description |
Type |
declaringType |
|
String[] |
methodNames |
|
InvalidateCacheAttribute(PortableFormatterConstructorContext)
Declaration
protected InvalidateCacheAttribute(PortableFormatterConstructorContext context)
Parameters