CallSiteOps.MoveRule<T>(RuleCache<T>, T, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
呼叫站台規則的索引。
- 屬性