[This is preliminary documentation and is subject to change.]

Filters the specified input

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public delegate ActivationCollection InputFilterer(
	ActivationCollection input
)

Parameters

input
Type: Clarion.Framework..::..ActivationCollection
The activation collection that is to be filtered

Return Value

An activation collection representing the filtered subset of the input

See Also