CallSiteOps.UpdateRules<T>(CallSite<T>, Int32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
do not use this method
Önbellekte kuralları Güncelleştirmeler.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
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ür Parametreleri
- T
temsilcisinin CallSitetürü.
Parametreler
- this
- CallSite<T>
Dinamik çağrı sitesinin bir örneği.
- matched
- Int32
Eşleşen kural dizini.
- Öznitelikler