PostSharp / / API Reference / Post­Sharp.​Patterns.​Caching.​Implementation / Cache­Key­Builder / Build­Method­Key

Method BuildMethodKey

BuildMethodKey(MethodInfo, IList<Object>, Object)

Declaration
[HasInheritedAttribute(new long[]{})]
public virtual string BuildMethodKey([Required(AttributeId = 975532479039438873L, AttributePriority = 671088640)] MethodInfo method, [Required(AttributeId = 975532479039438874L, AttributePriority = 671088640)] IList<object> arguments, object instance = null)
Parameters
Type Name Description
MethodInfo method
IList<Object> arguments
Object instance
Returns
Type Description
String