CallSiteOps.ClearMatch Method (CallSite)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Clears the match flag on the matchmaker call site.
Assembly: System.Core (in System.Core.dll)
<ObsoleteAttribute("do not use this method", True)> Public Shared Sub ClearMatch ( site As CallSite )
Parameters
- site
-
Type:
System.Runtime.CompilerServices.CallSite
An instance of the dynamic call site.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: