CallSite<T>.Update Property

Definition

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

public:
 property T Update { T get(); };
public T Update { get; }
member this.Update : 'T
Public ReadOnly Property Update As T

Property Value

T

The update delegate.

Applies to