 | ContainerHelperFillArrayWithVarK Method (ListK, Type, IList) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static void FillArrayWithVar<K>(
List<K> targetArray,
Type varType,
IList sourceArray
)
Parameters
- targetArray
- Type: System.Collections.GenericListK
- varType
- Type: SystemType
- sourceArray
- Type: System.CollectionsIList
Type Parameters
- K
See Also