CallSiteOps.UpdateRules(Of T) Method (CallSite(Of T), Int32)

 
Note: This API is now obsolete.

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

Updates rules in the cache.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

<ObsoleteAttribute("do not use this method", True)>
Public Shared Sub UpdateRules(Of T As Class) (
	this As CallSite(Of T),
	matched As Integer
)

Parameters

this
Type: System.Runtime.CompilerServices.CallSite(Of T)

An instance of the dynamic call site.

matched
Type: System.Int32

The matched rule index.

Type Parameters

T

The type of the delegate of the CallSite.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: