-
Home
-
API
-
XamlToCSharpGenerator.Runtime
-
SourceGenHotReloadPolicyHandler
-
Constructors
-
SourceGenHotReloadPolicyHandler(Int32, Func?, Func?, Action?, Action?)
SourceGenHotReloadPolicyHandler(Int32, Func<Type, TElement, Boolean>?, Func<Type, TElement, TState?>?, Action<Type, TElement, TState?>?, Action<Type, TElement, TState?>?) Constructor
Definition
public SourceGenHotReloadPolicyHandler(int priority = 0, Func<Type, TElement, bool>? canHandle = null, Func<Type, TElement, TState?>? captureState = null, Action<Type, TElement, TState?>? beforeElementReload = null, Action<Type, TElement, TState?>? afterElementReload = null)
Parameters