CallSiteOps.MoveRule<T>(RuleCache<T>, T, Int32) 方法

定義

警告

do not use this method

在快取中移動繫結規則。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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)

類型參數

T

CallSite 的委派型別。

參數

cache
RuleCache<T>

呼叫站台規則快取。

rule
T

呼叫站台規則的執行個體。

i
Int32

呼叫站台規則的索引。

屬性

適用於