MethodCache<TDelegate>.

GetDelegate(Object) Method

Summary

Returns a delegate which calls the cached method on the `target`.

Syntax

public TDelegate GetDelegate(Object target)

Parameters

Name Type Description
target Object

Return Value

Type Description
TDelegate