CallSiteOps.GetMatch 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.
Checks whether the executed rule matched
Assembly: System.Core (in System.Core.dll)
[ObsoleteAttribute("do not use this method", true)] public static bool GetMatch( CallSite site )
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: