Share via


CallSiteOps.MoveRule<T>(RuleCache<T>, T, Int32) Metodo

Definizione

Attenzione

do not use this method

Sposta la regola di associazione all'interno della cache.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri di tipo

T

Tipo del delegato del CallSite.

Parametri

cache
RuleCache<T>

Cache della regola del sito di chiamata.

rule
T

Istanza della regola del sito di chiamata.

i
Int32

Indice della regola del sito di chiamata.

Attributi

Si applica a