Click or drag to resize

IMatchesFilter_keepFirst Method

For filtering with the auto-supplied filter keepFirst

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
IMatches Filter_keepFirst(
	int count
)

Parameters

count
Type: SystemInt32
The number of matches to keep

Return Value

Type: IMatches
The changed matches list.
See Also