System.Runtime.CompilerServices.CallSite<T> Members

The members of System.Runtime.CompilerServices.CallSite<T> are listed below.

See Also: Inherited members from System.Runtime.CompilerServices.CallSite

Public Fields

TargetT.

The Level 0 cache - a delegate specialized based on the site history.

Public Properties

[read-only]
UpdateT.

The update delegate. Called when the dynamic site experiences cache miss.

Public Methods

static
Create(CallSiteBinder) : CallSite<T>

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.