CallSiteOps::MoveRule<T> Method (RuleCache<T>^, 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.

Moves the binding rule within the cache.

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

public:
generic<typename T>
where T : ref class
[ObsoleteAttribute("do not use this method", true)]
static void MoveRule(
	RuleCache<T>^ cache,
	T rule,
	int i
)

Parameters

cache
Type: System.Runtime.CompilerServices::RuleCache<T>^

The call site rule cache.

rule
Type: T

An instance of the call site rule.

i
Type: System::Int32

An index of the call site rule.

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: