CallSiteOps.Bind<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.
Updates the call site target with a new rule based on the arguments.
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 Function Bind(Of T As Class) ( _
binder As CallSiteBinder, _
site As CallSite(Of T), _
args As Object() _
) As T
[ObsoleteAttribute("do not use this method", true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static T Bind<T>(
CallSiteBinder binder,
CallSite<T> site,
Object[] args
)
where T : class
Type Parameters
- T
The type of the delegate of the CallSite.
Parameters
- binder
Type: System.Runtime.CompilerServices.CallSiteBinder
The call site binder.
- site
Type: System.Runtime.CompilerServices.CallSite<T>
An instance of the dynamic call site.
- args
Type: array<System.Object[]
Arguments to the call site.
Return Value
Type: T
The new call site target.
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.