[Missing <summary> documentation for "M:BaseLib.Interfaces.IEventFilter.CreateFilteredEvent(BaseLib.Events.LocalEvent)"]

Namespace: BaseLib.Interfaces
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
FilteredEvent CreateFilteredEvent(
	LocalEvent e
)

Parameters

e
Type: BaseLib.Events..::..LocalEvent

[Missing <param name="e"/> documentation for "M:BaseLib.Interfaces.IEventFilter.CreateFilteredEvent(BaseLib.Events.LocalEvent)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Interfaces.IEventFilter.CreateFilteredEvent(BaseLib.Events.LocalEvent)"]

See Also