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