Click or drag to resize

MatchListHelperRemoveUnavailableT Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public static IMatches[] RemoveUnavailable<T>(
	IList<T> matchList,
	IMatches[] matchesArray
)
where T : IMatch

Parameters

matchList
Type: System.Collections.GenericIListT
matchesArray
Type: de.unika.ipd.grGen.libGrIMatches

Type Parameters

T

Return Value

Type: IMatches
See Also