CallSiteOps.ClearMatch(CallSite) Method

Definition

Caution

do not use this method

Clears the match flag on the matchmaker call site.

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

public:
 static void ClearMatch(System::Runtime::CompilerServices::CallSite ^ site);
[System.Obsolete("do not use this method", true)]
public static void ClearMatch (System.Runtime.CompilerServices.CallSite site);
[<System.Obsolete("do not use this method", true)>]
static member ClearMatch : System.Runtime.CompilerServices.CallSite -> unit
Public Shared Sub ClearMatch (site As CallSite)

Parameters

site
CallSite

An instance of the dynamic call site.

Attributes

Applies to