Bridge

CallSite<(Of <(<'T>)>)>..::..Update Property

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

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

Syntax


public T Update { get; }
Public ReadOnly Property Update As T
	Get
public:
property T Update {
	T get ();
}

Return Value

The update delegate.