CallSiteOps.MoveRule<T>(RuleCache<T>, T, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
do not use this method
Moves the binding rule within the cache.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
generic <typename T>
where T : class static void MoveRule(System::Runtime::CompilerServices::RuleCache<T> ^ cache, T rule, int i);
[System.Obsolete("do not use this method", true)]
public static void MoveRule<T> (System.Runtime.CompilerServices.RuleCache<T> cache, T rule, int i) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member MoveRule : System.Runtime.CompilerServices.RuleCache<'T (requires 'T : null)> * 'T * int -> unit (requires 'T : null)
Public Shared Sub MoveRule(Of T As Class) (cache As RuleCache(Of T), rule As T, i As Integer)
Type Parameters
- T
The type of the delegate of the CallSite.
Parameters
- cache
- RuleCache<T>
The call site rule cache.
- rule
- T
An instance of the call site rule.
- i
- Int32
An index of the call site rule.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.