HandlerCollectionAddT(String, HandlerScope) Method

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Handler Add<T>(
	string eventName,
	HandlerScope scope
)
where T : class

Parameters

eventName  String
 
scope  HandlerScope
 

Type Parameters

T

Return Value

Handler

See Also