CallSiteOps.GetCachedRules<T> Method (RuleCache<T>)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Searches the dynamic rule cache for rules applicable to the dynamic operation.
Assembly: System.Core (in System.Core.dll)
[ObsoleteAttribute("do not use this method", true)] public static T[] GetCachedRules<T>( RuleCache<T> cache ) where T : class
Parameters
- cache
-
Type:
System.Runtime.CompilerServices.RuleCache<T>
The cache.
Return Value
Type: T[]The collection of applicable rules.
Type Parameters
- T
The type of the delegate of the CallSite.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: