CacheTarget(T) Method
Collapse the table of content
Expand the table of content

CallSiteBinder.CacheTarget(Of T) Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Adds a target to the cache of known targets. The cached targets will be scanned before calling BindDelegate to produce the new rule.

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

'Declaration
Protected Sub CacheTarget(Of T As Class) ( _
	target As T _
)

Type Parameters

T

The type of target being added.

Parameters

target
Type: T
The target delegate to be added to the cache.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft