CallSite<T>.Create Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Creates an instance of the dynamic call site, initialized with the binder responsible for the runtime binding of the dynamic operations at this call site.

Namespace:  System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Public Shared Function Create ( _
    binder As CallSiteBinder _
) As CallSite(Of T)
public static CallSite<T> Create(
    CallSiteBinder binder
)

Parameters

Return Value

Type: System.Runtime.CompilerServices.CallSite<T>
The new instance of dynamic call site.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.