CallSiteOps.CreateMatchmaker<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.
Creates an instance of a dynamic call site used for cache lookup.
Namespace: System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ObsoleteAttribute("do not use this method", True)> _
Public Shared Function CreateMatchmaker(Of T As Class) ( _
site As CallSite(Of T) _
) As CallSite(Of T)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("do not use this method", true)]
public static CallSite<T> CreateMatchmaker<T>(
CallSite<T> site
)
where T : class
Type Parameters
- T
The type of the delegate of the CallSite.
Parameters
- site
Type: System.Runtime.CompilerServices.CallSite<T>
An instance of the dynamic call site.
Return Value
Type: System.Runtime.CompilerServices.CallSite<T>
The new call site.
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.