CallSiteOps.UpdateRules<T>(CallSite<T>, Int32) Method

Definition

Caution

do not use this method

Updates rules in the cache.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
generic <typename T>
 where T : class static void UpdateRules(System::Runtime::CompilerServices::CallSite<T> ^ this, int matched);
[System.Obsolete("do not use this method", true)]
public static void UpdateRules<T> (System.Runtime.CompilerServices.CallSite<T> this, int matched) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member UpdateRules : int -> unit (requires 'T : null)
Public Shared Sub UpdateRules(Of T As Class) (this As CallSite(Of T), matched As Integer)

Type Parameters

T

The type of the delegate of the CallSite.

Parameters

this
CallSite<T>

An instance of the dynamic call site.

matched
Int32

The matched rule index.

Attributes

Applies to