CallSiteOps.GetRuleCache<T>(CallSite<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
do not use this method
Retrieves binding rule cache.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
generic <typename T>
where T : class static System::Runtime::CompilerServices::RuleCache<T> ^ GetRuleCache(System::Runtime::CompilerServices::CallSite<T> ^ site);
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.RuleCache<T> GetRuleCache<T> (System.Runtime.CompilerServices.CallSite<T> site) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member GetRuleCache : System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> -> System.Runtime.CompilerServices.RuleCache<'T (requires 'T : null)> (requires 'T : null)
Public Shared Function GetRuleCache(Of T As Class) (site As CallSite(Of T)) As RuleCache(Of T)
Type Parameters
- T
The type of the delegate of the CallSite.
Parameters
- site
- CallSite<T>
An instance of the dynamic call site.
Returns
The cache.
- Attributes
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา