CallSiteOps.MoveRule<T>(RuleCache<T>, T, Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
do not use this method
Przenosi regułę powiązania w pamięci podręcznej.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
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)
Parametry typu
- T
Typ delegata obiektu CallSite.
Parametry
- cache
- RuleCache<T>
Pamięć podręczna reguły wywołania witryny.
- rule
- T
Wystąpienie reguły lokacji wywołania.
- i
- Int32
Indeks reguły witryny wywołania.
- Atrybuty