Click or drag to resize

V8FastHostObjectConfigurator<TObject> Delegate

Represents a method that prepares a fast host object configuration.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public delegate void V8FastHostObjectConfigurator<TObject>(
	V8FastHostObjectConfiguration<TObject> configuration
)
where TObject : IV8FastHostObject

Parameters

configuration  V8FastHostObjectConfiguration<TObject>
The configuration associated with TObject.

Type Parameters

TObject
The fast host object type.
See Also