Encapsulates information about a method being cached.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class CachedMethodInfo
Properties
Name | Description |
---|---|
IsThisParameterIgnored | Determines whether the value of the |
Method | Gets the MethodInfo of the method. |
Parameters | Gets an array of CachedParameterInfo. |