CallSiteOps.UpdateRules<T>(CallSite<T>, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
do not use this method
更新快取中的規則。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
generic <typename T>
where T : class static void UpdateRules(System::Runtime::CompilerServices::CallSite<T> ^ this, int matched);
[System.Obsolete("do not use this method", true)]
public static void UpdateRules<T> (System.Runtime.CompilerServices.CallSite<T> this, int matched) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member UpdateRules : int -> unit (requires 'T : null)
Public Shared Sub UpdateRules(Of T As Class) (this As CallSite(Of T), matched As Integer)
類型參數
- T
CallSite 的委派型別。
參數
- this
- CallSite<T>
動態呼叫站台的執行個體。
- matched
- Int32
相符的規則索引。
- 屬性