PluginSyncHandlerT, TResult Delegate

Type of handler which is used in IPluginSyncT.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public delegate TResult PluginSyncHandler<T, TResult>(
	T target
)

Parameters

target  T
Object the handler is applied to.

Type Parameters

T
Type of object the handler is applied to.
TResult
Type of handler result.

Return Value

TResult
Result of the handler.

See Also