CallSiteOps.MoveRule<T> Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Note: This API is now obsolete.
Moves the binding rule within the cache.
Namespace: System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
<ObsoleteAttribute("do not use this method", True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Shared Sub MoveRule(Of T As Class) ( _
cache As RuleCache(Of T), _
rule As T, _
i As Integer _
)
[ObsoleteAttribute("do not use this method", true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void MoveRule<T>(
RuleCache<T> cache,
T rule,
int i
)
where T : class
Type Parameters
- T
The type of the delegate of the CallSite.
Parameters
- cache
Type: System.Runtime.CompilerServices.RuleCache<T>
The call site rule cache.
- rule
Type: T
An instance of the call site rule.
- i
Type: System.Int32
An index of the call site rule.
Version Information
Silverlight
Obsolete (does not compile) in 4 and later
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.