Click or drag to resize

MatchListHelperFromListT Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public static void FromList<T>(
	IList<IMatch> target,
	List<T> source
)
where T : IMatch

Parameters

target
Type: System.Collections.GenericIListIMatch
source
Type: System.Collections.GenericListT

Type Parameters

T
See Also